2912631854@qq.com 11 hónapja
szülő
commit
37ef4c0f25

+ 1 - 0
pagesHouse/Mine/ordersList/details/details.vue

@@ -75,6 +75,7 @@
 				<block v-if="infoMation.orderType!=3">
 					<u-cell :border="false" v-for="(i,index) in infoMation.detailDto">
 						<text slot="icon" class="txt">{{i.touristName}}</text>
+						<text slot="title" class="val">{{i.touristCode}}</text>
 						<text slot="right-icon">航班号:{{infoMation.boatNo||''}}</text>
 					</u-cell>
 				</block>

+ 1 - 1
pagesHouse/Verification/record.vue

@@ -65,7 +65,7 @@
 		},
 		methods: {
 			getdata() {
-				this.$api.get('/scenic/order/writeOffRecordPage', {
+				this.$api.get('/scenic/api/order/writeOffRecordPage', {
 					limit: 50,
 					page: 1,
 					merchantId: this.merchantId,

+ 1 - 1
pagesHouse/Verification/recordDetails.vue

@@ -63,7 +63,7 @@
 		},
 		methods: {
 			getDetails(){
-				this.$api.get('/scenic/order/writeOffRecordInfo/'+this.orderCode).then(res=>{
+				this.$api.get('/scenic/api/order/writeOffRecordInfo/'+this.orderCode).then(res=>{
 					if(res.data.code===0){
 						this.item = res.data.data;
 						this.item.bookList.forEach(l=>{

+ 4 - 4
pagesHouse/home/bill.vue

@@ -30,9 +30,9 @@
 							{{item.playTime}}出发/{{item.orderType==2?'包船':'拼船'}}/{{item.boatNo||'拼团中'}}</text>
 						<text>{{item.payTime}}</text>
 					</view>
-					<view class="right" v-if="item.realPrice<0" style="color: #111">{{item.realPrice}}</text>
+					<view class="right" v-if="item.realPrice<0" style="color: #111">{{item.realPrice}}</text>
 					</view>
-					<view class="right" v-else>+{{item.realPrice}}</text>
+					<view class="right" v-else>+{{item.realPrice}}</text>
 					</view>
 				</view>
 			</template>
@@ -43,9 +43,9 @@
 						<text>{{item.orderTime}}</text>
 					</view>
 					<view class="right">{{item.realityPay}}</text>
-					<view class="right" v-if="item.realityPay<0" style="color: #111">{{item.realityPay}}</text>
+					<view class="right" v-if="item.realityPay<0" style="color: #111">{{item.realityPay}}</text>
 					</view>
-					<view class="right" v-else>+{{item.realityPay}}</text>
+					<view class="right" v-else>+{{item.realityPay}}</text>
 					</view>
 					</view>
 				</view>