Răsfoiți Sursa

提示内容

shish 2 ani în urmă
părinte
comite
4496c355a5
1 a modificat fișierele cu 17 adăugiri și 10 ștergeri
  1. 17 10
      hdApp/src/admin/billing/affirmGhs.vue

+ 17 - 10
hdApp/src/admin/billing/affirmGhs.vue

@@ -70,16 +70,23 @@
 
 	<tui-list-cell class="line-cell" :hover="false" :arrow="false">
 	<view>
-		<view v-if="form.transType == 0 || form.transType == 1">
-			<text style="color:red;width:100%;font-weight:bold;">送货上门</text>
-		</view>
-		<view v-if="form.transType == 2 || form.transType == 3">
-			<text style="color:red;width:100%;font-weight:bold;">提货自理</text>
-		</view>
-		<view v-if="form.transType != 5">
-			<text v-if="ghsInfo.shopId == 13398" style="color:red;width:100%;font-weight:bold;">本店昆明直发包邮到店,购买数量需要15扎以上,低于15扎请联系当地店长!</text>
-			<text v-else style="color:#3385FF;width:100%;font-weight:bold;">运费预收,根据实际产生物流费用,多退少补。如有退款则原路退回。</text>
-		</view>
+		<block v-if="ghsInfo.shopId == 21319">
+			<view>
+				<text style="width:100%;font-weight:bold;color:#3385FF;">所有打包费/运费,客服会一一同大家对接收取。客服微信 hzz252252</text>
+			</view>
+		</block>
+		<block v-else>
+			<view v-if="form.transType == 0 || form.transType == 1">
+				<text style="color:red;width:100%;font-weight:bold;">送货上门</text>
+			</view>
+			<view v-if="form.transType == 2 || form.transType == 3">
+				<text style="color:red;width:100%;font-weight:bold;">提货自理</text>
+			</view>
+			<view v-if="form.transType != 5">
+				<text v-if="ghsInfo.shopId == 13398" style="color:red;width:100%;font-weight:bold;">本店昆明直发包邮到店,购买数量需要15扎以上,低于15扎请联系当地店长!</text>
+				<text v-else style="color:#3385FF;width:100%;font-weight:bold;">运费预收,根据实际产生物流费用,多退少补。如有退款则原路退回。</text>
+			</view>
+		</block>
 	</view>
 	</tui-list-cell>