Compare commits

..

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

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

@ -122,7 +122,7 @@
list: [], list: [],
total: 0, total: 0,
pageNo: 1, pageNo: 1,
pageSize: 100, pageSize: 1,
}, },
loadStatus: '', loadStatus: '',

@ -186,7 +186,7 @@
// //
const onConfirm = async () => { const onConfirm = async () => {
// //
// debugger; debugger;
if ( if (
!state.accountInfo.price || !state.accountInfo.price ||
state.accountInfo.price > state.brokerageInfo.price || state.accountInfo.price > state.brokerageInfo.price ||

@ -15,7 +15,7 @@ const login = () => {
provider: 'weixin', provider: 'weixin',
onlyAuthorize: true, onlyAuthorize: true,
}); });
// debugger debugger
if (loginRes.errMsg == 'login:ok') { if (loginRes.errMsg == 'login:ok') {
// TODO third.wechat.login 函数未实现 // TODO third.wechat.login 函数未实现
const res = await third.wechat.login({ const res = await third.wechat.login({

Loading…
Cancel
Save