调整筛选组件
This commit is contained in:
@@ -195,13 +195,13 @@ import mixin from 'uview-ui/libs/mixin/mixin';
|
||||
})
|
||||
break;
|
||||
case 'wx':
|
||||
if(this.payType == 'price') this.onUmsPay('app')
|
||||
if(this.payType == 'diff') this.onDiffUmsPay('app')
|
||||
if(this.payType == 'price') this.onUmsPay('mp')
|
||||
if(this.payType == 'diff') this.onDiffUmsPay('mp')
|
||||
if(this.payType == 'free') this.onFreePay('mp')
|
||||
break;
|
||||
case 'ali':
|
||||
if(this.payType == 'price') this.onUmsPay('app_alipay')
|
||||
if(this.payType == 'diff') this.onDiffUmsPay('app_alipay')
|
||||
if(this.payType == 'price') this.onUmsPay('mp_alipay')
|
||||
if(this.payType == 'diff') this.onDiffUmsPay('mp_alipay')
|
||||
if(this.payType == 'free') this.onFreePay('mp_alipay')
|
||||
break;
|
||||
}
|
||||
@@ -223,10 +223,10 @@ import mixin from 'uview-ui/libs/mixin/mixin';
|
||||
this.getState = true
|
||||
this.trade_id = res.trade_id
|
||||
switch (type){
|
||||
case 'app':
|
||||
case 'mp':
|
||||
this.onMiniWx()
|
||||
break;
|
||||
case 'app_alipay':
|
||||
case 'mp_alipay':
|
||||
plus.runtime.openURL(res.alipay)
|
||||
break;
|
||||
}
|
||||
@@ -252,10 +252,10 @@ import mixin from 'uview-ui/libs/mixin/mixin';
|
||||
this.getState = true
|
||||
this.trade_id = res.trade_id
|
||||
switch (type){
|
||||
case 'app':
|
||||
case 'mp':
|
||||
this.onMiniWx()
|
||||
break;
|
||||
case 'app_alipay':
|
||||
case 'mp_alipay':
|
||||
plus.runtime.openURL(res.alipay)
|
||||
break;
|
||||
}
|
||||
@@ -277,10 +277,10 @@ import mixin from 'uview-ui/libs/mixin/mixin';
|
||||
this.getState = true
|
||||
this.trade_id = res.trade_id
|
||||
switch (type){
|
||||
case 'app':
|
||||
case 'mp':
|
||||
this.onMiniWx()
|
||||
break;
|
||||
case 'app_alipay':
|
||||
case 'mp_alipay':
|
||||
plus.runtime.openURL(res.alipay)
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user