Browse Source

getWxConfig优化

xiuli.gao 2 years ago
parent
commit
17f8d6bfe4

File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/css/userPortrait.2d9b12a7.css


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/index.html


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/js/app.7fe47768.js


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/js/userPortrait.8a3996d6.js


+ 9 - 9
qwh5/src/views/userPortrait.vue

@@ -186,17 +186,17 @@ export default {
186 186
     const pages = ref(0)
187 187
     const attr_visible = ref(false)
188 188
     const configInfo = reactive({
189
-      // corpid: '',
190
-      // external_userid: '',
191
-      // user_id: '',
192
-      corpid: 'ww27940915d8fbfbe6',
193
-      external_userid: 'wm5xsRBwAAC_qqbdzn-IVkN5ojRwM1qQ',
194
-      user_id: '8a82d12ae22e0cedd81ae297a2e7c1fa'
189
+      corpid: '',
190
+      external_userid: '',
191
+      user_id: '',
192
+      // corpid: 'ww27940915d8fbfbe6',
193
+      // external_userid: 'wm5xsRBwAAC_qqbdzn-IVkN5ojRwM1qQ',
194
+      // user_id: '8a82d12ae22e0cedd81ae297a2e7c1fa'
195 195
     })
196 196
     onBeforeMount(() => {//组件挂载之前
197
-      pageLoading.value = true;
198
-      get_data_init()
199
-      return;
197
+      // pageLoading.value = true;
198
+      // get_data_init()
199
+      // return;
200 200
       if (getQueryString('againJump')) {
201 201
         configInfo.corpid = getQueryString('corpid')
202 202
         getWxConfig(() => {