Browse Source

文案修改

gcz 1 week ago
parent
commit
a6704ff2cb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      center/order.vue
  2. 1 1
      pages/ticketlist.vue

+ 1 - 1
center/order.vue

@@ -84,7 +84,7 @@
 					{name:'待支付',status:'0',badge:{isDot:false,value:null}},
 					{name:'待使用',status:'3',badge:{isDot:false,value:null}},
 					{name:'已完成',status:'7',badge:{isDot:false,value:null}},
-					{name:'已改签',status:'10',badge:{isDot:false,value:null}},
+					{name:'已改签/已升舱',status:'10',badge:{isDot:false,value:null}},
 					{name:'售后',status:'4,5,6',badge:{isDot:false,value:null}}
 				],
 				status:'',

+ 1 - 1
pages/ticketlist.vue

@@ -196,7 +196,7 @@
 						<view class="price-info">
 							<view class="total-price">
 								<text class="price-item">原订单总额:{{reSubmitInfo.orgRealPrice||originOrderInfo.realPrice}}</text>
-								<text class="price-item" v-if="reSubmitInfo">改签总额:{{reSubmitInfo.realPrice}}</text>
+								<text class="price-item" v-if="reSubmitInfo">{{isUpgrade ? '升舱' : '改签'}}总额:{{reSubmitInfo.realPrice}}</text>
 							</view>
 							<!-- 差价信息 -->
 							<view class="difference" v-if="reSubmitInfo">