From acdf3638b7e45c90023d692369d3ecead69e2852 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Tue, 30 May 2023 12:29:48 +0800 Subject: [PATCH] 会员没有地址的时候,要显示配送方式的切换 --- packageC/pages/presell/cart/cart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packageC/pages/presell/cart/cart.js b/packageC/pages/presell/cart/cart.js index 622b491..7bde9a8 100644 --- a/packageC/pages/presell/cart/cart.js +++ b/packageC/pages/presell/cart/cart.js @@ -2087,6 +2087,7 @@ Page({ wx.showToast({ title: '请先选择收货地址', icon: 'none', duration: 2000 }) + th.setData({show_submit: 1,}) return false; } //}); @@ -2389,7 +2390,6 @@ Page({ this.setData({ show_pay_type: 1 }); }, - //选择支付方式 set_pay_type: function (e) { -- libgit2 0.21.4