@ -47,7 +47,7 @@
list: [],
total: 0,
pageNo: 1,
pageSize: 1,
pageSize: 100,
},
});
@ -122,7 +122,7 @@
loadStatus: '',
@ -186,7 +186,7 @@
// 提交提现
const onConfirm = async () => {
// 参数校验
debugger;
// debugger;
if (
!state.accountInfo.price ||
state.accountInfo.price > state.brokerageInfo.price ||
@ -15,7 +15,7 @@ const login = () => {
provider: 'weixin',
onlyAuthorize: true,
debugger
// debugger
if (loginRes.errMsg == 'login:ok') {
// TODO third.wechat.login 函数未实现
const res = await third.wechat.login({