no message

This commit is contained in:
2025-08-15 20:14:38 +08:00
parent 1b03773530
commit 9b904531de
5 changed files with 18 additions and 10 deletions
@@ -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 || [];