|
@@ -147,7 +147,6 @@ import { Dialog,Toast } from 'vant';
|
147
|
147
|
import getWxConfig from '@/utils/getWxConfig';
|
148
|
148
|
import {ref, reactive, onBeforeMount, getCurrentInstance} from "vue";
|
149
|
149
|
import { getQueryString } from '@/utils/common'
|
150
|
|
-import { setLocal,getLocal } from '@/utils/storage'
|
151
|
150
|
export default {
|
152
|
151
|
components: {
|
153
|
152
|
noData,
|
|
@@ -188,7 +187,6 @@ export default {
|
188
|
187
|
// pageLoading.value = true;
|
189
|
188
|
// get_data_init()
|
190
|
189
|
// return;
|
191
|
|
- alert(getLocal('configInfo'))
|
192
|
190
|
if(getQueryString('againJump')){
|
193
|
191
|
configInfo.corpid = getQueryString('corpid')
|
194
|
192
|
getWxConfig(()=>{
|
|
@@ -360,7 +358,6 @@ export default {
|
360
|
358
|
if(res.err_msg == "getCurExternalContact:ok"){
|
361
|
359
|
configInfo.external_userid = res.userId;
|
362
|
360
|
getUserInfoFlag.value = true
|
363
|
|
- setLocal('configInfo',JSON.stringify(configInfo))
|
364
|
361
|
resolve('')
|
365
|
362
|
}else {
|
366
|
363
|
getUserInfoFlag.value = false
|