liuxiaona 2 years ago
parent
commit
307100347a

+ 10 - 0
.idea/workspace.xml

@@ -2,6 +2,16 @@
2 2
 <project version="4">
3 3
   <component name="ChangeListManager">
4 4
     <list default="true" id="ce8c7a71-f4a8-4b87-99a5-ff575adf9383" name="Changes" comment="">
5
+      <change beforePath="$PROJECT_DIR$/qwh5/dist/css/agreement.3ed8f786.css" beforeDir="false" />
6
+      <change beforePath="$PROJECT_DIR$/qwh5/dist/css/app.f038df46.css" beforeDir="false" />
7
+      <change beforePath="$PROJECT_DIR$/qwh5/dist/css/chunk-vendors.31ed7038.css" beforeDir="false" />
8
+      <change beforePath="$PROJECT_DIR$/qwh5/dist/css/userPortrait.8099c956.css" beforeDir="false" />
9
+      <change beforePath="$PROJECT_DIR$/qwh5/dist/index.html" beforeDir="false" />
10
+      <change beforePath="$PROJECT_DIR$/qwh5/dist/js/agreement.51200e38.js" beforeDir="false" />
11
+      <change beforePath="$PROJECT_DIR$/qwh5/dist/js/app.f3b5a842.js" beforeDir="false" />
12
+      <change beforePath="$PROJECT_DIR$/qwh5/dist/js/chunk-vendors.042096df.js" beforeDir="false" />
13
+      <change beforePath="$PROJECT_DIR$/qwh5/dist/js/demo.889ade8f.js" beforeDir="false" />
14
+      <change beforePath="$PROJECT_DIR$/qwh5/dist/js/userPortrait.756b52c0.js" beforeDir="false" />
5 15
       <change beforePath="$PROJECT_DIR$/qwh5/src/views/radarH5.vue" beforeDir="false" afterPath="$PROJECT_DIR$/qwh5/src/views/radarH5.vue" afterDir="false" />
6 16
     </list>
7 17
     <option name="SHOW_DIALOG" value="false" />

File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/css/app.f038df46.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.f3b5a842.js


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

@@ -131,14 +131,16 @@ export default {
131 131
       if(getQueryString('againJump')){
132 132
         alert(`${'have_againJump'+window.location.href}`)
133 133
         configInfo.corpid = getQueryString('corpid')
134
+        wx_getuserinfo()
134 135
         getRadarGrouplist()
135 136
         getWxConfig(()=>{send_config_flag.value = true});
136 137
       }else{//获取code
137 138
         alert(`${'no_againJump'+window.location.href}`)
138
-        // overshow.value = true;
139
+        overshow.value = true;
139 140
         getWxConfig('',(authInfo)=>{
140 141
           url_pin(authInfo)
141 142
         });
143
+
142 144
       }
143 145
     });
144 146
     const url_pin = (authInfo)=>{
@@ -151,7 +153,7 @@ export default {
151 153
       document.body.removeChild(link);
152 154
     }
153 155
 
154
-    function wx_getuserinfo(radar_id){//获取user_id
156
+    function wx_getuserinfo(){//获取user_id
155 157
       alert(`${'corpid_wx_getuserinfo:'+configInfo.corpid}`);
156 158
       alert(`${'code:'+getQueryString('code')}`);
157 159
       (proxy as any).$axios.get("/api/oauth2/userInfo", {