From cefc3d67dcac26f06b07b28ff6b5313d66f5d004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B5=A9?= <15830956848@163.com> Date: Fri, 28 Mar 2025 16:05:11 +0800 Subject: [PATCH] localdev --- .gitignore | 6 +- App.vue | 5 +- TUIKit/assets/styles/common.scss | 3 +- TUIKit/components/TUIChat/index.vue | 17 +- .../TUIChat/message-input/index.vue | 6 +- .../message-input/message-input-editor.vue | 2 +- .../TUIContact/contact-info/index.vue | 1 + TUIKit/components/TUIContact/index.vue | 5 +- TUIKit/components/TUIContact/indexsea.vue | 5 +- api/home.js | 12 +- components/m-buy/goods.vue | 2 + manifest.json | 4 +- pages.json | 412 +++++++++--------- pages/order/fillorder.vue | 4 +- pages/product/goods.vue | 2 +- pages/tabbar/home/index.vue | 61 ++- pages/tabbar/home/template/tpl_search.vue | 6 +- pages/tabbar/home/views.vue | 51 ++- pages/tabbar/im/index.vue | 25 +- 19 files changed, 373 insertions(+), 256 deletions(-) diff --git a/.gitignore b/.gitignore index 75c76a49..385f0a20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ # OSX -# .DS_Store - +/TUIKit/ +/node_modules/ #Intellij idea .idea/ /idea/ .vscode/ /unpackage/ -.hbuilderx/launch.json +.hbuilderx/launch.json \ No newline at end of file diff --git a/App.vue b/App.vue index 80198fec..7eafac25 100644 --- a/App.vue +++ b/App.vue @@ -259,12 +259,13 @@ body { transition-duration: 300ms; } + // uni-page-body, // html, // body, // page { -// width: 100% !important; -// height: 100% !important; +// width: 100% ; +// height: 100% ; // overflow: hidden; // } diff --git a/TUIKit/assets/styles/common.scss b/TUIKit/assets/styles/common.scss index da482981..40ce2f71 100644 --- a/TUIKit/assets/styles/common.scss +++ b/TUIKit/assets/styles/common.scss @@ -16,7 +16,8 @@ img { pointer-events:none; } -body { +body{ + height: 100% important; color:#000; background:#FFF; } diff --git a/TUIKit/components/TUIChat/index.vue b/TUIKit/components/TUIChat/index.vue index 0dc2688a..377dc669 100644 --- a/TUIKit/components/TUIChat/index.vue +++ b/TUIKit/components/TUIChat/index.vue @@ -1,6 +1,6 @@