分销商铺解绑,优化商品售后部分的流程

This commit is contained in:
lemon橪
2021-07-01 11:16:46 +08:00
parent 4599b02a41
commit ef51049ed4
10 changed files with 173 additions and 65 deletions

View File

@@ -102,10 +102,12 @@ export default {
duration: 2000,
icon: "none",
});
this.flage = false;
}
})
.catch((e) => {
this.$refs.uCode.start();
this.flage = false;
this.codeFlag = true;
});
} else {
this.$u.toast("请倒计时结束后再发送");
@@ -209,6 +211,7 @@ export default {
uni.hideLoading();
}, 2000);
}
if (!this.$u.test.mobile(this.codeForm.mobile)) {
uni.showToast({
title: "请输入正确手机号",