shish 3 лет назад
Родитель
Сommit
274d7ed85f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      mallApp/src/pages/billing/affirmGhs.vue

+ 2 - 2
mallApp/src/pages/billing/affirmGhs.vue

@@ -40,12 +40,12 @@
 					<tui-list-cell class="line-cell" :hover="false" :arrow="false" >
 						<button class="admin-button-com big" :class="[form.sendType == 2 ? 'blue' : 'default']" style="width:180upx;border:none;" @click="changeSendType(2)">跑腿送</button>
 						<button class="admin-button-com big" :class="[form.sendType == 1 ? 'blue' : 'default']" style="width:180upx;border:none;"  @click="changeSendType(1)">到店自取</button>
-						<button class="admin-button-com big" :class="[form.sendType == 0 ? 'blue' : 'default']" style="width:180upx;border:none;"  @click="changeSendType(0)">有车上门</button>
+						<button class="admin-button-com big" :class="[form.sendType == 0 ? 'blue' : 'default']" style="width:180upx;border:none;"  @click="changeSendType(0)">免费送货</button>
 					</tui-list-cell>
 
 					<tui-list-cell class="line-cell" :hover="false" :arrow="false">
 						<view v-if="form.sendType == 0">
-							<text style="color: #3385FF;width:100%;">在本店配送范围的,免配送货上门</text>
+							<text style="color: #3385FF;width:100%;">在本店配送范围的,免配送货上门</text>
 						</view>				
 						<view v-if="form.sendType == 1">
 							<text style="color: #3385FF;width:100%;">到店取货,没有配送费</text>