shish 2 лет назад
Родитель
Сommit
90a4e8a55f
2 измененных файлов с 4 добавлено и 2 удалено
  1. 2 1
      ghsApp/src/pagesOrder/detail.vue
  2. 2 1
      hdApp/src/pagesPurchase/purDetails.vue

+ 2 - 1
ghsApp/src/pagesOrder/detail.vue

@@ -80,7 +80,8 @@
 	<view class="order-info_box">
 					<view>运输方式:</view>
 					<view>
-{{ detailInfo.transType==0?'德邦空运':detailInfo.transType==1?'顺丰空运':detailInfo.transType==2?'冷链物流':detailInfo.transType==3?'航空物流':detailInfo.transType==4?'同城配送':'' }} <text style="font-weight:bold;margin-left:20upx;" v-if="detailInfo.transPayType == 1">到付</text>
+{{ detailInfo.transType==0?'德邦空运':detailInfo.transType==1?'顺丰空运':detailInfo.transType==2?'冷链物流':detailInfo.transType==3?'航空物流':detailInfo.transType==4?'同城配送':detailInfo.transType==5?'到店自取':'' }} 
+<text style="font-weight:bold;margin-left:20upx;" v-if="detailInfo.transPayType == 1">到付</text>
 					</view>
 				</view>
 </block>

+ 2 - 1
hdApp/src/pagesPurchase/purDetails.vue

@@ -82,7 +82,8 @@
         <view class="order-info_box">
           <view>运输方式:</view>
           <view>
-{{ detailInfo.transType==0?'德邦空运':detailInfo.transType==1?'顺丰空运':detailInfo.transType==2?'冷链物流':detailInfo.transType==3?'航空物流':detailInfo.transType==4?'同城配送':'' }} <text v-if="detailInfo.transPayType == 1" style="font-weight:bold;margin-left:10upx;">到付</text>
+{{ detailInfo.transType==0?'德邦空运':detailInfo.transType==1?'顺丰空运':detailInfo.transType==2?'冷链物流':detailInfo.transType==3?'航空物流':detailInfo.transType==4?'同城配送':detailInfo.transType==5?'到店自取':'' }}
+<text v-if="detailInfo.transPayType == 1" style="font-weight:bold;margin-left:10upx;">到付</text>
           </view>
         </view>
 </block>