no message
This commit is contained in:
@@ -267,8 +267,11 @@ export default {
|
||||
let parmas = {
|
||||
}
|
||||
if(this.ji){
|
||||
parmas['type'] = 4;
|
||||
parmas['types'] = '4';
|
||||
}else{
|
||||
parmas['types'] = '2,3';
|
||||
}
|
||||
console.log('this.ji',parmas)
|
||||
const result = await getSupportPay(parmas);
|
||||
if (result && result.bizcode === 100) {
|
||||
const data = result.data || [];
|
||||
|
||||
Reference in New Issue
Block a user