diff --git a/pages/my/apply-operator.vue b/pages/my/apply-operator.vue index 41f2821..c34ed10 100644 --- a/pages/my/apply-operator.vue +++ b/pages/my/apply-operator.vue @@ -69,7 +69,7 @@ 验证码 - + 关联信息 @@ -111,6 +111,12 @@ uni.navigateTo({ url: '/pages/my/contract' }) + }, + getPhoneVertifyNum() { + uni.showToast({ + title: '功能开发中,暂无法使用', + icon: 'none' + }) }, validateForm(confirmFormData) { let formInfoValid = Boolean(confirmFormData.name) && @@ -148,13 +154,17 @@ let formValid = this.validateForm(formData); console.log(formData); if (formValid) { - uni.showToast({ - title: '保存成功', - icon: 'success', - mask: true - }) - uni.navigateTo({ - url: '/pages/my/my-operator' + // uni.showToast({ + // title: '保存成功', + // icon: 'success', + // mask: true + // }) + // uni.navigateTo({ + // url: '/pages/my/my-operator' + // }) + uni.showToast({ + title: '功能开发中,暂无法使用', + icon: 'none' }) } } diff --git a/pages/my/my-money-bag.vue b/pages/my/my-money-bag.vue index 15da9c7..1cf1f73 100644 --- a/pages/my/my-money-bag.vue +++ b/pages/my/my-money-bag.vue @@ -69,13 +69,17 @@ async loadData() { this.myMoneyBag = await this.$api.data('myMoneyBag'); // 查询账单 - let billRes = await this.$request.qryFinancialCount(); - this.bill = billRes.data; - for (let i = 0; i < this.bill.length; i++) { - this.openStatusArr.push('1'); - } + // let billRes = await this.$request.qryFinancialCount(); + // this.bill = billRes.data; + // for (let i = 0; i < this.bill.length; i++) { + // this.openStatusArr.push('1'); + // } this.curUserInfo = this.$request.getCurUserInfo(); this.loadBindBankCard(); + uni.showToast({ + title: '功能开发中,暂无法使用', + icon: 'none' + }) }, async reloadData() { this.loadBindBankCard();