订单支付方式调整
parent
570ae6e826
commit
547eb371cf
|
@ -273,7 +273,7 @@
|
|||
this.isCurrent = 1;
|
||||
}
|
||||
// wechat=微信支付;coin=孔雀币;hybrid=混合支付
|
||||
this.payType = uni.getStorageSync('payType');
|
||||
this.payType = uni.getStorageSync('payType');
|
||||
// this.payType = 'hybrid';
|
||||
if(this.payType=='wechat') {
|
||||
this.payFS = [{title:'微信支付',isActive:true,num:0}]
|
||||
|
|
Loading…
Reference in New Issue