|
|
|
@ -344,10 +344,10 @@ export default {
|
|
|
|
that.btnloading = true;
|
|
|
|
that.btnloading = true;
|
|
|
|
setTimeout(() => {
|
|
|
|
setTimeout(() => {
|
|
|
|
uni.hideLoading();
|
|
|
|
uni.hideLoading();
|
|
|
|
// that.G.Get(
|
|
|
|
that.G.Get(
|
|
|
|
// that.api.bind_subscribeSubmit + "/" + that.info.agencyId,
|
|
|
|
that.api.bind_subscribeSubmit + "/" + that.info.agencyId,
|
|
|
|
// params,
|
|
|
|
params,
|
|
|
|
// (res) => {
|
|
|
|
(res) => {
|
|
|
|
// 请求后
|
|
|
|
// 请求后
|
|
|
|
that.btnSpeed = 2;
|
|
|
|
that.btnSpeed = 2;
|
|
|
|
uni.showToast({
|
|
|
|
uni.showToast({
|
|
|
|
@ -358,8 +358,8 @@ export default {
|
|
|
|
that.info.recordStatus = 1;
|
|
|
|
that.info.recordStatus = 1;
|
|
|
|
that.btnloading = false;
|
|
|
|
that.btnloading = false;
|
|
|
|
}, 1500);
|
|
|
|
}, 1500);
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
// );
|
|
|
|
)
|
|
|
|
}, 500);
|
|
|
|
}, 500);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
goPage($path) {
|
|
|
|
goPage($path) {
|
|
|
|
|