Commit 23c488c621aea42730444579f848517756e985ae

Authored by yvan.ni
1 parent e01d437e

支付尾款的优化

packageA/pages/serviceCard_pd/cart_wk/cart_wk.js
@@ -539,12 +539,11 @@ Page({ @@ -539,12 +539,11 @@ Page({
539 this.set_pay_type(1); 539 this.set_pay_type(1);
540 }, 540 },
541 541
542 - //选择支付方式 542 + //选择支付方式,服务卡项固定微信支付
543 set_pay_type: function (e) { 543 set_pay_type: function (e) {
544 -  
545 if(this.data.paying) return false; 544 if(this.data.paying) return false;
546 this.data.paying=1; 545 this.data.paying=1;
547 - this.to_pay_type(1); 546 + this.to_pay_type(0);
548 }, 547 },
549 548
550 //--立即支付-- 549 //--立即支付--