diff --git a/App.vue b/App.vue index 2e70dea..8912dd3 100644 --- a/App.vue +++ b/App.vue @@ -57,12 +57,12 @@ export default { uni.$on('isGlogin', function (data) { console.log('app.vue 接收', data) if (uni.getStorageSync('apply-uid')) { - that.initWyyx() + // that.initWyyx() } }) if (uni.getStorageSync('apply-token')) { console.log('app.vue 是否调用') - that.initWyyx() + // that.initWyyx() } }, onHide: function () {}, diff --git a/pages/NEUIKit/pages/Contact/BcFriend.vue b/pages/NEUIKit/pages/Contact/BcFriend.vue deleted file mode 100644 index b044655..0000000 --- a/pages/NEUIKit/pages/Contact/BcFriend.vue +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - - - - - - - - - {{ receiverUserData.tel || "-" }} - - - {{ receiverUserData.userName || "-" }} - - - - - 开始聊天 - - - - - - - - - - - - - {{ item.userName }} - - - {{ item.tel }} - - - - - - - - - - - - - - - diff --git a/pages/NEUIKit/pages/Contact/contact-list/friend-list.vue b/pages/NEUIKit/pages/Contact/contact-list/friend-list.vue deleted file mode 100644 index adce45d..0000000 --- a/pages/NEUIKit/pages/Contact/contact-list/friend-list.vue +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - {{ friendGroup.key }} - - - - {{ friend.appellation }} - - - - - - - - - diff --git a/pages/NEUIKit/pages/Contact/contact-list/index.vue b/pages/NEUIKit/pages/Contact/contact-list/index.vue deleted file mode 100644 index 1ea6804..0000000 --- a/pages/NEUIKit/pages/Contact/contact-list/index.vue +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - {{ t("contactText") }} - - - - - - - - - - {{ t("addFriendText") }} - - - - - - {{ t("createTeamText") }} - - - - - - - - - - - 添加好友 - - - - - - {{ t("validMsgText") }} - - - - - {{ t("blacklistText") }} - - - - - - 公司内部成员 - - - - - - - - - - - - - diff --git a/pages/NEUIKit/pages/Contact/index.vue b/pages/NEUIKit/pages/Contact/index.vue index f87473f..1ce31eb 100644 --- a/pages/NEUIKit/pages/Contact/index.vue +++ b/pages/NEUIKit/pages/Contact/index.vue @@ -1,26 +1,8 @@ - + - diff --git a/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item-isRead.vue b/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item-isRead.vue deleted file mode 100644 index 51f310f..0000000 --- a/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item-isRead.vue +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue b/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue deleted file mode 100644 index e9425f5..0000000 --- a/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue +++ /dev/null @@ -1,453 +0,0 @@ - - - - - - - {{ unread }} - - - - - - - - - {{ sessionName }} - - {{ date }} - - - - {{ "[" + t("someoneText") + "@" + t("meText") + "]" }} - - - {{ lastMsgContent }} - - - - - - handleClick(action.type)"> - {{ action.name }} - - - - - - - - - diff --git a/pages/NEUIKit/pages/Conversation/conversation-list/index.vue b/pages/NEUIKit/pages/Conversation/conversation-list/index.vue index 954ec55..1ce31eb 100644 --- a/pages/NEUIKit/pages/Conversation/conversation-list/index.vue +++ b/pages/NEUIKit/pages/Conversation/conversation-list/index.vue @@ -1,345 +1,8 @@ - - - - - 最近的会话 - - - - - - - + - diff --git a/pages/NEUIKit/pages/styles/common.scss b/pages/NEUIKit/pages/styles/common.scss deleted file mode 100644 index 3b35436..0000000 --- a/pages/NEUIKit/pages/styles/common.scss +++ /dev/null @@ -1,55 +0,0 @@ -.ok-btn { - color: #fff; - background-color: rgb(20, 146, 209); - padding: 10px; - font-size: 16px; - text-align: center; - position: fixed; - bottom: 0; - left: calc(50% - 25vw); - width: 50vw; - border-radius: 3px; -} - -.ok-btn-mp { - color: #fff; - background-color: rgb(20, 146, 209); - padding: 10px; - font-size: 16px; - text-align: center; - position: fixed; - bottom: 20px; - left: calc(50% - 25vw); - width: 50vw; - border-radius: 3px; -} - -.button-box,.button-box-mp { - display: flex; - align-items: center; - position: fixed; - z-index: 100; - bottom: 120px; - right: 30px; -} - -.button-box { - display: flex; - align-items: center; - position: relative; -} -.button-box, -.button-box-mp .button-icon { - width: 40px; - height: 40px; - margin-left: 20px; -} - -.button-box{ - width: 40px; - height: 40px; - position: fixed; - z-index: 100; - bottom: 70px; - right: 30px; -} \ No newline at end of file diff --git a/pages/NEUIKit/tsconfig.json b/pages/NEUIKit/tsconfig.json deleted file mode 100644 index f0b456d..0000000 --- a/pages/NEUIKit/tsconfig.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "compilerOptions": { - "target": "esnext", - "module": "esnext", - "strict": true, - "jsx": "preserve", - "moduleResolution": "node", - "experimentalDecorators": true, - "skipLibCheck": true, - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "forceConsistentCasingInFileNames": true, - "useDefineForClassFields": true, - "sourceMap": true, - "strictFunctionTypes": false, - "preserveValueImports": false, - "isolatedModules": false, - "baseUrl": ".", - "types": ["node", "webpack-env", "vue/types", "vue-router/types"], - "paths": { - "@/*": ["src/*"] - }, - "lib": ["esnext", "dom", "dom.iterable", "scripthost"] - }, - "files": ["*.d.ts", "**/*.ts", "**/*.tsx", "**/*.vue", "**/*.ts", "**/*.tsx"], - "include": [ - "*.d.ts", - "**/*.ts", - "**/*.tsx", - "**/*.vue", - "**/*.ts", - "**/*.tsx" - ], - "exclude": ["node_modules"] -} diff --git a/pages/message/index.vue b/pages/message/index.vue index 2db45ac..cb9242f 100644 --- a/pages/message/index.vue +++ b/pages/message/index.vue @@ -12,11 +12,11 @@ > - + - + @@ -52,11 +52,11 @@ diff --git a/root/detail/job.vue b/root/detail/job.vue index adde471..4fe85dc 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -568,14 +568,19 @@ export default { } return { promise: new Promise((resolve, reject) => { - that.getWXCanvas("", "setShare").then((res) => { - wx.hideLoading(); - resolve({ - title: " ", - imageUrl: res.tempFilePath, - path, + uni.showLoading({ + title:'生成中' + }) + setTimeout(()=>{ + that.getWXCanvas("", "setShare").then((res) => { + wx.hideLoading(); + resolve({ + title: " ", + imageUrl: res.tempFilePath, + path, + }); }); - }); + },100) }), }; }, diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue index 78e9667..434bcb9 100644 --- a/root/detail/userShare.vue +++ b/root/detail/userShare.vue @@ -100,7 +100,7 @@ 创建团队/企业 - 发单号以团队为单位进行发单和关注,创建团队后,可关注发单号 + 创建团队后可关注发单号,浏览职位及工单报名