liuxiaona 2 years ago
parent
commit
e21269d2ef

File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/css/app.eeac2d06.css


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


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/js/app.8b0f5bb9.js


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


+ 3 - 2
qwh5/src/views/radarH5.vue

@@ -132,12 +132,12 @@ export default {
132 132
       if(getQueryString('againJump')){
133 133
         // alert(`${'have_againJump'+window.location.href}`)
134 134
         configInfo.corpid = getQueryString('corpid')
135
-        wx_getuserinfo()
136 135
         getRadarGrouplist()
136
+        wx_getuserinfo()
137 137
         getWxConfig(()=>{send_config_flag.value = true});
138 138
       }else{//获取code
139 139
         // alert(`${'no_againJump'+window.location.href}`)
140
-        // overshow.value = true;
140
+        overshow.value = true;
141 141
         getWxConfig('',(authInfo)=>{
142 142
           url_pin(authInfo)
143 143
         });
@@ -189,6 +189,7 @@ export default {
189 189
         page_size: 500
190 190
       }, true).then((res) => {
191 191
         overshow.value = false;
192
+        alert(`${'overshow_getRadarGrouplist:'+overshow.value}`);
192 193
         let data = res.rst;
193 194
         radarGrouplist.value = data.data
194 195
         if (data && data.data && data.data.length > 0) {