cr il y a 4 ans
Parent
commit
50159cdcda
2 fichiers modifiés avec 13 ajouts et 6 suppressions
  1. 12 5
      src/pages/index/register.vue
  2. 1 1
      src/pages/manage/index.vue

+ 12 - 5
src/pages/index/register.vue

@@ -102,13 +102,13 @@
102
             </div>
102
             </div>
103
         </div>
103
         </div>
104
         <div class="main" v-if="step === 3">
104
         <div class="main" v-if="step === 3">
105
-            <div class="return-page" @click="step = 2" v-if="!hideReturn">
105
+            <!-- <div class="return-page" @click="step = 2" v-if="!hideReturn">
106
                 <my-image
106
                 <my-image
107
                     class="arrow"
107
                     class="arrow"
108
                     src="/static/common/arrows_left.png"
108
                     src="/static/common/arrows_left.png"
109
                 ></my-image
109
                 ></my-image
110
                 >返回填写团长号
110
                 >返回填写团长号
111
-            </div>
111
+            </div> -->
112
             <div class="tit">添加助理微信</div>
112
             <div class="tit">添加助理微信</div>
113
             <ul class="add-assistant">
113
             <ul class="add-assistant">
114
                 <li @click="copy(kefu._id, '复制群助理微信成功')">
114
                 <li @click="copy(kefu._id, '复制群助理微信成功')">
@@ -226,11 +226,15 @@ export default {
226
 
226
 
227
     // 函数
227
     // 函数
228
     methods: {
228
     methods: {
229
-        getGenCode() {
229
+        getGenCode(platform) {
230
+            let sendData = { platform: this.user.platform };
231
+            if(platform){
232
+                sendData.platform = platform;
233
+            }
230
             this.api
234
             this.api
231
                 .get(
235
                 .get(
232
                     "/Group/GetGenCode",
236
                     "/Group/GetGenCode",
233
-                    { platform: this.user.platform },
237
+                    sendData,
234
                     { pass: true }
238
                     { pass: true }
235
                 )
239
                 )
236
                 .then((res) => {
240
                 .then((res) => {
@@ -357,6 +361,9 @@ export default {
357
                                 curShop: {},
361
                                 curShop: {},
358
                             });
362
                             });
359
                             this.step = 3;
363
                             this.step = 3;
364
+
365
+                            this.getAvailableWechat();
366
+                            this.getGenCode(this.form.fromPlatform);
360
                         } else {
367
                         } else {
361
                             this.fn.showModal({
368
                             this.fn.showModal({
362
                                 title: "注册失败",
369
                                 title: "注册失败",
@@ -686,7 +693,7 @@ export default {
686
         }
693
         }
687
     }
694
     }
688
 }
695
 }
689
-.skip-btn{
696
+.skip-btn {
690
     margin-top: px(40);
697
     margin-top: px(40);
691
     background-color: #f1f1f1;
698
     background-color: #f1f1f1;
692
     color: #333;
699
     color: #333;

+ 1 - 1
src/pages/manage/index.vue

@@ -81,7 +81,7 @@
81
 
81
 
82
         <!-- <button class="btn" @click="layout">退出登录</button> -->
82
         <!-- <button class="btn" @click="layout">退出登录</button> -->
83
 
83
 
84
-        <div class="ver">0.5.44</div>
84
+        <div class="ver">0.5.45</div>
85
         <wyg-bottom-tab
85
         <wyg-bottom-tab
86
             ref="tabbar"
86
             ref="tabbar"
87
             :tabIndex="2"
87
             :tabIndex="2"