@@ -96,7 +100,7 @@ export default {
},
getAgencyById() {
let that = this;
- this.G.Get(this.api.order_getAgencyById, { agencyId: that.uid }, (res) => {
+ this.G.Get(this.api.order_getAgencyById, { agencyId: that.uid, inviteUserId: this.inviteUserId }, (res) => {
console.log(res);
that.agencyInfo = res;
});
diff --git a/root/person/memberApplyQRCode.vue b/root/person/memberApplyQRCode.vue
index 048185e..6941be0 100644
--- a/root/person/memberApplyQRCode.vue
+++ b/root/person/memberApplyQRCode.vue
@@ -1,7 +1,7 @@
-
+
+
+
+
+
diff --git a/root/person/pwdForget copy.vue b/root/person/pwdForget copy.vue
new file mode 100644
index 0000000..88b5a05
--- /dev/null
+++ b/root/person/pwdForget copy.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/root/person/pwdForget.vue b/root/person/pwdForget.vue
index 88b5a05..4c090b6 100644
--- a/root/person/pwdForget.vue
+++ b/root/person/pwdForget.vue
@@ -1,154 +1,178 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
「{{ beFllowAgencyInfo.inviteUserName || "-" }}」邀请您加入他的团队:
+
+
+
![]()
+
+ {{ beFllowAgencyInfo.agencyName || "-" }}
+
+
+ {{ beFllowAgencyInfo.desp || "-" }}
+
+
+
+
+
{{ item.num }}
+
{{ item.label }}
+
+
+
+
+
填写企业简称:
+
+
+
+
设置后系统将自动创建团队并关注该发单号,您作为创建人可在我的页面管理团队。
+
+
+
+
-
\ No newline at end of file
+
diff --git a/static/css/base.scss b/static/css/base.scss
index f698f4e..c1312ca 100644
--- a/static/css/base.scss
+++ b/static/css/base.scss
@@ -353,6 +353,9 @@ scroll-view::-webkit-scrollbar {
&_main {
color: $main_color;
}
+ &_10a {
+ color: #10aeff;
+ }
&_sub {
color: #576b95;
}
@@ -598,6 +601,10 @@ $max-radius: 50;
.flex_center {
align-items: center;
}
+.flex_end {
+ align-items: end;
+ align-items: flex-end;
+}
.flex_nw {
flex-wrap: nowrap;
}
@@ -637,10 +644,10 @@ $max-radius: 50;
min-height: 100vh !important;
/* #endif */
}
-.r_box{
- border-radius: 8px;
- background-color: #fff;
+.r_box {
+ border-radius: 8px;
+ background-color: #fff;
}
.pri {
white-space: pre-line;
-}
\ No newline at end of file
+}
diff --git a/utils/ajax.js b/utils/ajax.js
index fed98df..106435c 100644
--- a/utils/ajax.js
+++ b/utils/ajax.js
@@ -151,7 +151,7 @@ let data = {
});
setTimeout(() => {
uni.reLaunch({
- url: '/pages/login/index?path=/' + that.getPathCopy().path + '&level=' + that.getPathCopy().level
+ url: '/pages/login/index?path=/pages/home/index&level=' + that.getPathCopy().level
});
}, 1500);
} else {// 其他异常