mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 18:10:10 +08:00
update 汇付会员
This commit is contained in:
@@ -319,8 +319,10 @@ export default {
|
|||||||
};
|
};
|
||||||
selectAdapayMember(param).then((response) => {
|
selectAdapayMember(param).then((response) => {
|
||||||
// console.log("查询 response", response);
|
// console.log("查询 response", response);
|
||||||
|
if (response.data != null) {
|
||||||
this.ruleForm = response.data;
|
this.ruleForm = response.data;
|
||||||
this.adapayMember = response.data;
|
this.adapayMember = response.data;
|
||||||
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 查询汇付结算账户
|
// 查询汇付结算账户
|
||||||
|
|||||||
Reference in New Issue
Block a user