From 23c488c621aea42730444579f848517756e985ae Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Tue, 13 Jun 2023 10:03:27 +0800 Subject: [PATCH] 支付尾款的优化 --- packageA/pages/serviceCard_pd/cart_wk/cart_wk.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packageA/pages/serviceCard_pd/cart_wk/cart_wk.js b/packageA/pages/serviceCard_pd/cart_wk/cart_wk.js index e450744..137c906 100644 --- a/packageA/pages/serviceCard_pd/cart_wk/cart_wk.js +++ b/packageA/pages/serviceCard_pd/cart_wk/cart_wk.js @@ -539,12 +539,11 @@ Page({ this.set_pay_type(1); }, - //选择支付方式 + //选择支付方式,服务卡项固定微信支付 set_pay_type: function (e) { - if(this.data.paying) return false; this.data.paying=1; - this.to_pay_type(1); + this.to_pay_type(0); }, //--立即支付-- -- libgit2 0.21.4