Browse Source

build: PC & H5

zhengxy 2 years ago
parent
commit
5a0c4ace14

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


+ 0 - 4
qwh5/src/views/quickwordH5.vue

355
     const handleGetIsShowUserSop = async () => {
355
     const handleGetIsShowUserSop = async () => {
356
       // let external_userid: any = configInfo.external_userid
356
       // let external_userid: any = configInfo.external_userid
357
       let USER_SOP = localStorage.getItem('USER_SOP') || ''
357
       let USER_SOP = localStorage.getItem('USER_SOP') || ''
358
-      Toast('USER_SOP => ' + USER_SOP) // mock
359
       if (USER_SOP) {
358
       if (USER_SOP) {
360
         // USER_SOP = JSON.parse(USER_SOP)
359
         // USER_SOP = JSON.parse(USER_SOP)
361
         // console.log('USER_SOP => ', USER_SOP)
360
         // console.log('USER_SOP => ', USER_SOP)
367
         if (msgList && Array.isArray(msgList)) { // 有当前联系人对应的sop数据
366
         if (msgList && Array.isArray(msgList)) { // 有当前联系人对应的sop数据
368
           userSopList.value = msgList.map(item => item.content)
367
           userSopList.value = msgList.map(item => item.content)
369
           isShowUserSop.value = true
368
           isShowUserSop.value = true
370
-          Toast('isShowUserSop => ' + isShowUserSop.value) // mock
371
         } else {
369
         } else {
372
           isShowUserSop.value = false
370
           isShowUserSop.value = false
373
         }
371
         }
544
         params.type = 2
542
         params.type = 2
545
       }
543
       }
546
 
544
 
547
-      Toast('params => ' + JSON.stringify(params)) // mock
548
       ;(proxy as any).$axios.get("/api/h5/chatMenuPage/chatMessage", params, true).then((res) => {
545
       ;(proxy as any).$axios.get("/api/h5/chatMenuPage/chatMessage", params, true).then((res) => {
549
-        Toast('res => ' + JSON.stringify(res)) // mock
550
         if(res&&res.errno=='0'){
546
         if(res&&res.errno=='0'){
551
             overshow.value = false;
547
             overshow.value = false;
552
           let res_new = res.rst.data
548
           let res_new = res.rst.data