Compare commits

..

No commits in common. '37aea5362b8a52efabfa766ce51bc21ca94c43b5' and '6ee41747172529e982e07e2d99a17ce73d5d850b' have entirely different histories.

@ -47,7 +47,7 @@
list: [],
total: 0,
pageNo: 1,
pageSize: 100,
pageSize: 1,
},
});

@ -122,7 +122,7 @@
list: [],
total: 0,
pageNo: 1,
pageSize: 100,
pageSize: 1,
},
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({

Loading…
Cancel
Save