diff --git a/yudao-mall-uniapp-master/pages/commission/components/commission-log.vue b/yudao-mall-uniapp-master/pages/commission/components/commission-log.vue index d6e3e8c..fce708e 100644 --- a/yudao-mall-uniapp-master/pages/commission/components/commission-log.vue +++ b/yudao-mall-uniapp-master/pages/commission/components/commission-log.vue @@ -47,7 +47,7 @@ list: [], total: 0, pageNo: 1, - pageSize: 1, + pageSize: 100, }, }); diff --git a/yudao-mall-uniapp-master/pages/commission/wallet.vue b/yudao-mall-uniapp-master/pages/commission/wallet.vue index d0ad059..fcae035 100644 --- a/yudao-mall-uniapp-master/pages/commission/wallet.vue +++ b/yudao-mall-uniapp-master/pages/commission/wallet.vue @@ -122,7 +122,7 @@ list: [], total: 0, pageNo: 1, - pageSize: 1, + pageSize: 100, }, loadStatus: '', diff --git a/yudao-mall-uniapp-master/pages/commission/withdraw.vue b/yudao-mall-uniapp-master/pages/commission/withdraw.vue index e9edb95..34bd702 100644 --- a/yudao-mall-uniapp-master/pages/commission/withdraw.vue +++ b/yudao-mall-uniapp-master/pages/commission/withdraw.vue @@ -186,7 +186,7 @@ // 提交提现 const onConfirm = async () => { // 参数校验 - debugger; + // debugger; if ( !state.accountInfo.price || state.accountInfo.price > state.brokerageInfo.price || diff --git a/yudao-mall-uniapp-master/sheep/platform/provider/wechat/openPlatform.js b/yudao-mall-uniapp-master/sheep/platform/provider/wechat/openPlatform.js index a80f0d7..78c410a 100644 --- a/yudao-mall-uniapp-master/sheep/platform/provider/wechat/openPlatform.js +++ b/yudao-mall-uniapp-master/sheep/platform/provider/wechat/openPlatform.js @@ -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({