master
wangxia 3 weeks ago
parent 960836f402
commit ec784f5fac

@ -772,7 +772,7 @@ export default {
let that = this;
this.G.isLogin();
if (this.G.isLogin()) {
if (that.userInfo.agencyId) {
if (that.userInfo.agencyId && that.userInfo.fullName) {
// that.submitConfirm = true;
// that.$refs.applyFlow.applyFlowWidthoutAgencyConfirm();
that.$refs.applyFlow.applyFlowConfirm();

@ -110,13 +110,13 @@ export default {
applyAdd() {
let that = this;
if (!this.agencyInfo.fullName) {
uni.showToast({
title: "请输入企业简称",
icon: "none",
});
return;
}
// if (!this.agencyInfo.fullName) {
// uni.showToast({
// title: "",
// icon: "none",
// });
// return;
// }
if (this.ing) {
return;
}

Loading…
Cancel
Save