订单支付方式调整

master
chen 2022-03-07 16:41:46 +08:00
parent 570ae6e826
commit 547eb371cf
1 changed files with 1 additions and 1 deletions

View File

@ -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}]