shish 3 år sedan
förälder
incheckning
4563c4f11c
2 ändrade filer med 7 tillägg och 5 borttagningar
  1. 4 3
      hdApp/src/admin/billing/affirmGhs.vue
  2. 3 2
      hdApp/src/admin/billing/affirmGhsBook.vue

+ 4 - 3
hdApp/src/admin/billing/affirmGhs.vue

@@ -102,13 +102,14 @@
 				<view style="color:#3385FF;width:100%;font-weight:bold;">请自行查询距离是否符合要求,符合要求再下单哦!</view>
 			</block>
 			<block v-else>
-				<text style="color: #3385FF;width:100%;" v-if="ghsInfo.shopId && ghsInfo.shopId == 520">
+				<text style="color: #3385FF;width:100%;" v-if="ghsInfo.shopId && (ghsInfo.shopId == 520 || ghsInfo.shopId == 1489)">
 					在本店配送范围的,下单满100元免费送货上门
 				</text>
 				<text style="color: #3385FF;width:100%;" v-else>在本店配送范围的,免费送货上门</text>
 				<view><text style="color:#3385FF;">首次下单,请联系客服确认您是否在配送范围</text></view>
-				<view v-if="ghsInfo.shopId && ghsInfo.shopId == 520"><text style="color:red;font-weight:bold">免费配送每天晚23:30发车,其它时间请用跑腿或自取</text></view>
-				<view v-if="ghsInfo.shopId && ghsInfo.shopId == 520"><text style="color:red;font-weight:bold">免费配送仅送货到楼下,不支持送货上楼</text></view>
+				<view v-if="ghsInfo.shopId && (ghsInfo.shopId == 520 || ghsInfo.shopId == 1489)"><text style="color:red;font-weight:bold">免费配送每天晚23:30发车,其它时间请用跑腿或自取</text></view>
+				<view v-if="ghsInfo.shopId && (ghsInfo.shopId == 520 || ghsInfo.shopId == 1489)"><text style="color:red;font-weight:bold">免费配送仅送货到楼下,不支持送货上楼</text></view>
+				<view v-if="ghsInfo.shopId && (ghsInfo.shopId == 520 || ghsInfo.shopId == 1489)"><text style="color:red;font-weight:bold">不在配送范围内的请您不要选择送货上门选项,谢谢!</text></view>
 			</block>
 		</view>
 		<view v-if="form.sendType == 1">

+ 3 - 2
hdApp/src/admin/billing/affirmGhsBook.vue

@@ -83,8 +83,9 @@
 		<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 == 520"><text style="color:red;font-weight:bold">免费配送每天晚23:30发车,其它时间请用跑腿或自取</text></view>
-			<view v-if="ghsInfo.shopId && ghsInfo.shopId == 520"><text style="color:red;font-weight:bold">免费配送仅送货到楼下,不支持送货上楼</text></view>
+			<view v-if="ghsInfo.shopId && (ghsInfo.shopId == 520 || ghsInfo.shopId == 1489)"><text style="color:red;font-weight:bold">免费配送每天晚23:30发车,其它时间请用跑腿或自取</text></view>
+			<view v-if="ghsInfo.shopId && (ghsInfo.shopId == 520 || ghsInfo.shopId == 1489)"><text style="color:red;font-weight:bold">免费配送仅送货到楼下,不支持送货上楼</text></view>
+			<view v-if="ghsInfo.shopId && (ghsInfo.shopId == 520 || ghsInfo.shopId == 1489)"><text style="color:red;font-weight:bold">不在配送范围内的请您不要选择送货上门选项,谢谢!</text></view>
 		</view>
 		<view v-if="form.sendType == 1">
 			<text style="color: #3385FF;width:100%;">到店自取,没有运费</text>