From efa9bfe98ba906e4c9b8f49c89f5da162a46bb0f Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期一, 13 一月 2025 10:21:24 +0800
Subject: [PATCH] 1.微信一键登录:新增“同意用户协议”之后才可登录
---
sub_pages/customer/shopping/confirm.vue | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/sub_pages/customer/shopping/confirm.vue b/sub_pages/customer/shopping/confirm.vue
index 21bfa34..7b205f1 100644
--- a/sub_pages/customer/shopping/confirm.vue
+++ b/sub_pages/customer/shopping/confirm.vue
@@ -319,6 +319,21 @@
},
async submitOrder() {
console.log('submitOrder', this.dto)
+
+ // if(!this.transportExistsFlag){
+ // this.$message.showToast('当前平台没有运输方式,无法下单')
+ // return
+ // }
+
+
+ if(!(this.partnerInfo&&this.partnerInfo.id)&&(!this.currentInfo.customerDTO||!this.currentInfo.customerDTO.partnerId)){
+ if(!this.transportExistsFlag){
+ this.$message.showToast('当前平台没有运输方式,无法下单')
+ return
+ }
+ }
+
+
if (this.currentInfo.customerDTO && this.currentInfo.customerDTO.partnerId) {
} else {
@@ -515,11 +530,11 @@
</view>
<view class="m-t-20" v-if="true">
<view class="desc-red">
- 10kg以下的零买订单将收取打包费,花店建议购满20kg, 可选冷链物流
+ 平台购买须知:购买订单不满20扎花材将收取8元打包费;
</view>
<view class="desc">
<!-- 预计装1Mini件,运费约18.00元(5公斤内18元,不满5公斤按5公斤计费,每件货不能超过5公斤), -->
- 第一次下单预计次日凌晨发货,备货高峰期除外,冷链汽车运输,发货后72小时左右到货,三线城市会推迟6-12小时送货到店。
+ 当日截单前多次下单,且不满20扎花材的,将收取一次打包费,其余可联系客服进行退多余打包费;当日截单前多次下单,已满20扎花材,将不收取打包费,所生产的打包费用可联系客服进行退款。
<!-- 优势:价格便宜,顺丰配送 -->
<!-- 弊端:订单必须是5kg以内 -->
</view>
--
Gitblit v1.9.3