master
wangxia 3 weeks ago
parent 960836f402
commit ec784f5fac

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

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

Loading…
Cancel
Save