Browse Source

免费配送

shish 3 years ago
parent
commit
6bc93d390b

+ 1 - 1
hdApp/src/admin/billing/affirmGhs.vue

@@ -65,7 +65,7 @@
 						<view v-if="form.sendType == 0">
 							<text style="color: #3385FF;width:100%;">在本店配送范围的,免费送货上门</text>
 							<view><text style="color:red;">首次下单,请联系客服确认是否在配送范围</text></view>
-							<view v-if="ghsInfo.shopId && ghsInfo.shopId == 3"><text style="color:red;font-weight:bold">免费配送固定凌晨0点发车,其它时间请用跑腿或自取</text></view>
+							<view v-if="ghsInfo.shopId && ghsInfo.shopId == 520"><text style="color:red;font-weight:bold">免费配送每天晚23:30发车,其它时间请用跑腿或自取</text></view>
 						</view>
 						<view v-if="form.sendType == 1">
 							<text style="color: #3385FF;width:100%;">您自己来店里取,没有配送费</text>

+ 1 - 1
hdApp/src/admin/billing/affirmGhsBook.vue

@@ -56,7 +56,7 @@
 						<view v-if="form.sendType == 0">
 							<text style="color: #3385FF;width:100%;">在本店配送范围的,免费送货上门</text>
 							<view><text style="color:red;">首次下单,请联系客服确认是否在配送范围</text></view>
-							<view v-if="ghsInfo.shopId && ghsInfo.shopId == 3"><text style="color:red;font-weight:bold">免费配送固定凌晨0点发车,其它时间请用跑腿或自取</text></view>
+							<view v-if="ghsInfo.shopId && ghsInfo.shopId == 520"><text style="color:red;font-weight:bold">免费配送每天晚23:30发车,其它时间请用跑腿或自取</text></view>
 						</view>
 						<view v-if="form.sendType == 1">
 							<text style="color: #3385FF;width:100%;">您自己来店里取,没有配送费</text>