Răsfoiți Sursa

文字修改

shish 5 ani în urmă
părinte
comite
ca7dd96387

+ 1 - 1
ghs/src/views/order/components/card-name.vue

@@ -2,7 +2,7 @@
 	<div class="card-name-module">
 		<div class="app-size-30 app-color-0">{{ info.receiveUserName }}</div>
 		<div>{{ info.receiveMobile }}</div>
-		<div>{{ info.receiveAddress }}{{ info.receiveFloor }}({{info.receiveFullAddress}})</div>
+		<div>{{ info.receiveFullAddress }}({{info.showAddress}})</div>
 		<div class="card-tag">
 			<img src="../../../assets/images/order/tag.png" alt="" />
 		</div>

+ 1 - 1
ghsApp/src/pagesPurchase/details.vue

@@ -89,7 +89,7 @@
 						<input  type="digit" :disabled="!canIEdit" v-model="form.shortCharge" placeholder-class="phcolor" class="tui-input" name="floor" placeholder="请填写,留空没有费用"/>
 					</tui-list-cell>
 					<tui-list-cell class="line-cell" :hover="false">
-						<view class="tui-title ">包机(长途运费</view>
+						<view class="tui-title ">长途运费</view>
 						<input  type="digit" :disabled="!canIEdit" v-model="form.longCharge" placeholder-class="phcolor" class="tui-input" name="floor" placeholder="请填写,留空没有费用"/>
 					</tui-list-cell>
 					<tui-list-cell class="line-cell" :hover="false">

+ 1 - 1
ghsApp/src/pagesPurchase/info.vue

@@ -109,7 +109,7 @@
 						<div class="detail-price_box" style="font-size: 36rpx;">¥{{ detailInfo.shortCharge }}</div>
 					</tui-list-cell>
 					<tui-list-cell class="line-cell" :hover="false">
-						<div class="tui-title">包机(长途)费</div>
+						<div class="tui-title">长途运费</div>
 						<div class="detail-price_box" style="font-size: 36rpx;">¥{{ detailInfo.longCharge }}</div>
 					</tui-list-cell>
 					<tui-list-cell class="line-cell" :hover="false">