Payment method consolidated

This commit is contained in:
Vion
2022-01-27 16:55:00 +08:00
parent 7912abdabc
commit 300788a552
6 changed files with 104 additions and 167 deletions

View File

@@ -295,7 +295,7 @@ export default {
},
methods: {
async indet(mobile, stype) {
let data = await userindent(mobile);
let data = await userindent(mobile,undefined,1,100);
this.activeIndex = stype;
this.goldmedal = data;
this.alllist=[];