Compare commits

...

2 Commits

Author SHA1 Message Date
lenovo008\lenovo 37aea5362b Merge branch 'main' of http://hmgit.huamar.com:8881/yanghaodong/zdsc 2 months ago
lenovo008\lenovo d5e3f3fc0e 修改佣金明细列表 2 months ago

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

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