shish 7 месяцев назад
Родитель
Сommit
b44ced9ca8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghsApp/src/pagesOrder/detail.vue

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

@@ -7,7 +7,7 @@
 			<view class="address-des_bx content-box">
 				<view @click.stop="goCustom(detailInfo)">
 					<view style="overflow:hidden;text-overflow:ellipsis;white-space: nowrap;width:450upx;"> {{ detailInfo.customName }} {{ detailInfo.customMobile }}</view>
-					<view style="margin-bottom:20upx;color:#333333;padding:10upx 0 10upx 0;">店长 {{ detailInfo.customSuper.name||''}}</view>
+					<view style="margin-bottom:20upx;color:#333333;padding:10upx 0 20upx 0;">店长 {{ detailInfo.customSuper.name||''}}</view>
 					<view style="margin-bottom:15upx;color:black;">{{ detailInfo.customAddress}}</view>
 					<view v-if="!$util.isEmpty(detailInfo.showAddress) && detailInfo.showAddress != detailInfo.customAddress" style="color:#656363;">{{detailInfo.showAddress}}</view>
 				</view>