no message

cyl/job_im
jscyl13849007907 3 weeks ago
parent fa42f78dbe
commit 22c770f3d9

@ -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) {

Loading…
Cancel
Save