Commit 23c488c621aea42730444579f848517756e985ae
1 parent
e01d437e
支付尾款的优化
Showing
1 changed file
with
2 additions
and
3 deletions
packageA/pages/serviceCard_pd/cart_wk/cart_wk.js
| ... | ... | @@ -539,12 +539,11 @@ Page({ |
| 539 | 539 | this.set_pay_type(1); |
| 540 | 540 | }, |
| 541 | 541 | |
| 542 | - //选择支付方式 | |
| 542 | + //选择支付方式,服务卡项固定微信支付 | |
| 543 | 543 | set_pay_type: function (e) { |
| 544 | - | |
| 545 | 544 | if(this.data.paying) return false; |
| 546 | 545 | this.data.paying=1; |
| 547 | - this.to_pay_type(1); | |
| 546 | + this.to_pay_type(0); | |
| 548 | 547 | }, |
| 549 | 548 | |
| 550 | 549 | //--立即支付-- | ... | ... |