diff --git a/root/bind/applyForm.vue b/root/bind/applyForm.vue index 18bf4ee..54b3f97 100644 --- a/root/bind/applyForm.vue +++ b/root/bind/applyForm.vue @@ -344,10 +344,10 @@ export default { that.btnloading = true; setTimeout(() => { uni.hideLoading(); - // that.G.Get( - // that.api.bind_subscribeSubmit + "/" + that.info.agencyId, - // params, - // (res) => { + that.G.Get( + that.api.bind_subscribeSubmit + "/" + that.info.agencyId, + params, + (res) => { // 请求后 that.btnSpeed = 2; uni.showToast({ @@ -358,8 +358,8 @@ export default { that.info.recordStatus = 1; that.btnloading = false; }, 1500); - // } - // ); + } + ) }, 500); }, goPage($path) {