From 752706144467162054281a5682eaa3912d036e2c Mon Sep 17 00:00:00 2001 From: "DESKTOP-GMUNQ1B\\k" <1154079537@qq.com> Date: Sun, 7 Apr 2024 17:16:33 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WaterfallsFlowItem/WaterfallsFlowItem.vue | 800 +++++----- components/popups/index.vue | 8 +- pages.json | 51 +- pages/admin/storeDiy/index.vue | 301 +++- pages/cloud_warehouse/home/home.vue | 335 ++-- pages/columnGoods/goods_search/index.vue | 192 ++- pages/payment/get_payment.vue | 9 +- pages/payment/settlement.vue | 2 +- pages/plantGrass/plant_search/index.vue | 37 +- pages/store/home/index.vue | 3 +- pages/whole_sale/index.vue | 1393 +++++++++-------- 11 files changed, 1697 insertions(+), 1434 deletions(-) diff --git a/components/WaterfallsFlowItem/WaterfallsFlowItem.vue b/components/WaterfallsFlowItem/WaterfallsFlowItem.vue index 715c816..5dd8152 100644 --- a/components/WaterfallsFlowItem/WaterfallsFlowItem.vue +++ b/components/WaterfallsFlowItem/WaterfallsFlowItem.vue @@ -1,447 +1,451 @@ \ No newline at end of file diff --git a/components/popups/index.vue b/components/popups/index.vue index 99c0f4c..cbc2b11 100644 --- a/components/popups/index.vue +++ b/components/popups/index.vue @@ -220,14 +220,14 @@ .keyboard-right-clear { width: 100%; - height: 240rpx; - line-height: 226rpx; + height: 120rpx; + line-height: 120rpx; } .keyboard-right-pay { width: 100%; - height: 240rpx; - line-height: 226rpx; + height: 360rpx; + line-height: 360rpx; text-align: center; background-color: #40AE36; color: #fff !important; diff --git a/pages.json b/pages.json index 3aa90c7..4cc5606 100644 --- a/pages.json +++ b/pages.json @@ -57,28 +57,28 @@ "navigationStyle": "custom" } }, - { - "path": "uni_modules/guyue-updater/pages/updater", - "style": { - "app-plus": { - "animationDuration": 200, - "animationType": "fade-in", - "background": "transparent", - "backgroundColorTop": "transparent", - "bounce": "none", - "popGesture": "none", - "scrollIndicator": false, - "titleNView": false - }, - "backgroundColor": "transparent", - "disableScroll": true, - "navigationStyle": "custom" - } - }, + { + "path": "uni_modules/guyue-updater/pages/updater", + "style": { + "app-plus": { + "animationDuration": 200, + "animationType": "fade-in", + "background": "transparent", + "backgroundColorTop": "transparent", + "bounce": "none", + "popGesture": "none", + "scrollIndicator": false, + "titleNView": false + }, + "backgroundColor": "transparent", + "disableScroll": true, + "navigationStyle": "custom" + } + }, { "path": "pages/payment/get_payment", "style": { - "navigationBarTitleText": "提货付款", + "navigationBarTitleText": "支付", "navigationStyle": "custom" } }, @@ -282,12 +282,11 @@ } }, { - "path" : "pages/newActivity/share/share", - "style" : - { - "navigationBarTitleText" : "", - "enablePullDownRefresh" : false - } + "path": "pages/newActivity/share/share", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } } ], "subPackages": [{ @@ -579,7 +578,7 @@ "path": "order_list/index", "style": { "navigationBarTitleText": "我的订单", - "navigationStyle": "custom" + "navigationStyle": "custom" } }, { diff --git a/pages/admin/storeDiy/index.vue b/pages/admin/storeDiy/index.vue index fcd0461..606f8c0 100644 --- a/pages/admin/storeDiy/index.vue +++ b/pages/admin/storeDiy/index.vue @@ -1,6 +1,7 @@ @@ -52,7 +53,9 @@ // +---------------------------------------------------------------------- // | Author: CRMEB Team // +---------------------------------------------------------------------- - import { hotSearchLst } from '@/api/community.js'; + import { + hotSearchLst + } from '@/api/community.js'; export default { data() { return { @@ -144,12 +147,12 @@ try { uni.setStorageSync('historyPlant', this.tempStorage); } catch (e) {} - + uni.navigateTo({ url: '/pages/plantGrass/plant_search_list/index?searchValue=' + this.searchValue - }) + }) }, - searchCancle(){ + searchCancle() { uni.navigateBack(); } } @@ -166,6 +169,7 @@ padding-left: 30rpx; margin-top: 20rpx; } + .searchGood .search .input { width: 598rpx; background-color: #f7f7f7; @@ -174,17 +178,21 @@ box-sizing: border-box; height: 66rpx; } + .searchGood .search .input input { width: 472rpx; font-size: 28rpx; } + .searchGood .search .input .placeholder { color: #bbb; } + .searchGood .search .input .iconfont { color: #000; font-size: 35rpx; } + .searchGood .search .bnt { width: 120rpx; text-align: center; @@ -193,11 +201,13 @@ font-size: 30rpx; color: #282828; } + .searchGood .title { position: relative; font-size: 28rpx; color: #282828; margin: 50rpx 30rpx 25rpx 30rpx; + .icon-shanchu { position: absolute; right: 0; @@ -206,10 +216,12 @@ color: #999; } } + .searchGood .list { padding: 0 10rpx; overflow: hidden; } + .searchGood .list .item { font-size: 26rpx; color: #666; @@ -221,10 +233,12 @@ margin: 0 0 20rpx 20rpx; max-width: 150rpx; } + .searchGood .line { border-bottom: 1rpx solid #eee; margin: 20rpx 30rpx 0 30rpx; } + .more-btn { display: flex; align-items: center; @@ -233,9 +247,10 @@ height: 60rpx; font-size: 24rpx; color: #999; + .iconfont { font-size: 22rpx; margin-left: 10rpx; } } - + \ No newline at end of file diff --git a/pages/store/home/index.vue b/pages/store/home/index.vue index 4debee5..dc8c706 100644 --- a/pages/store/home/index.vue +++ b/pages/store/home/index.vue @@ -153,7 +153,8 @@ {{ item.store_name }} - 已销 {{item.sales}}{{item.sales>0?'+':''}} + 已销{{item.sales}}{{item.sales>0?'+':''}} diff --git a/pages/whole_sale/index.vue b/pages/whole_sale/index.vue index 619acb5..8882f59 100644 --- a/pages/whole_sale/index.vue +++ b/pages/whole_sale/index.vue @@ -1,728 +1,773 @@ \ No newline at end of file