From 42fd1a0764a8f80563a5295d1fd3fe4c1f9a6ea3 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 1 Jul 2025 11:31:01 +0800 Subject: [PATCH 1/7] no message --- root/detail/job.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/root/detail/job.vue b/root/detail/job.vue index adde471..14da172 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -568,6 +568,9 @@ export default { } return { promise: new Promise((resolve, reject) => { + uni.showLoading({ + title:'生成中' + }) that.getWXCanvas("", "setShare").then((res) => { wx.hideLoading(); resolve({ From 0b6a08ae84c05b4b18606da2cc3f7b0c0faf9e42 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 1 Jul 2025 11:35:21 +0800 Subject: [PATCH 2/7] no message --- root/detail/job.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/root/detail/job.vue b/root/detail/job.vue index 14da172..4fe85dc 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -571,14 +571,16 @@ export default { uni.showLoading({ title:'生成中' }) - that.getWXCanvas("", "setShare").then((res) => { - wx.hideLoading(); - resolve({ - title: " ", - imageUrl: res.tempFilePath, - path, + setTimeout(()=>{ + that.getWXCanvas("", "setShare").then((res) => { + wx.hideLoading(); + resolve({ + title: " ", + imageUrl: res.tempFilePath, + path, + }); }); - }); + },100) }), }; }, From 00fb5e12d90dbcbb3293ef6083f8c7639e732f2a Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 1 Jul 2025 13:49:03 +0800 Subject: [PATCH 3/7] =?UTF-8?q?=E5=88=A0=E5=87=8Fim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/NEUIKit/pages/styles/common.scss | 55 ---------------------------------- pages/NEUIKit/tsconfig.json | 35 ---------------------- 2 files changed, 90 deletions(-) delete mode 100644 pages/NEUIKit/tsconfig.json diff --git a/pages/NEUIKit/pages/styles/common.scss b/pages/NEUIKit/pages/styles/common.scss index 3b35436..e69de29 100644 --- a/pages/NEUIKit/pages/styles/common.scss +++ b/pages/NEUIKit/pages/styles/common.scss @@ -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"] -} From 3423b7dee999f40afad6f91af85b1815ac7a411f Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 1 Jul 2025 13:55:44 +0800 Subject: [PATCH 4/7] no message --- pages/NEUIKit/pages/Contact/BcFriend.vue | 208 ---------- .../pages/Contact/contact-list/friend-list.vue | 111 ----- pages/NEUIKit/pages/Contact/contact-list/index.vue | 276 ------------- pages/NEUIKit/pages/Contact/index.vue | 20 +- .../conversation-list/conversation-item-isRead.vue | 100 ----- .../conversation-list/conversation-item.vue | 453 --------------------- .../pages/Conversation/conversation-list/index.vue | 339 +-------------- pages/NEUIKit/pages/styles/common.scss | 0 pages/message/index.vue | 12 +- 9 files changed, 8 insertions(+), 1511 deletions(-) delete mode 100644 pages/NEUIKit/pages/Contact/BcFriend.vue delete mode 100644 pages/NEUIKit/pages/Contact/contact-list/friend-list.vue delete mode 100644 pages/NEUIKit/pages/Contact/contact-list/index.vue delete mode 100644 pages/NEUIKit/pages/Conversation/conversation-list/conversation-item-isRead.vue delete mode 100644 pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue delete mode 100644 pages/NEUIKit/pages/styles/common.scss 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 @@ - - - - - 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 @@ - - - - - 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 @@ - - - - - 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 @@ - - - - - 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 e69de29..0000000 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 @@