From fcb93326bfadf7f1c30a892a4ae28f6f18685169 Mon Sep 17 00:00:00 2001 From: luo <17530855@qq.com> Date: Wed, 28 Jun 2023 16:18:02 +0800 Subject: [PATCH] oa优化 --- components/diy_seckill/diy_seckill.wxml | 6 +++--- packageE/pages/user/monthgiftbag/giftpackbuy/giftpackbuy.js | 4 ++-- packageE/pages/user/monthgiftbag/monthgiftbag.js | 4 ++-- pages/goods/goodsInfo/goodsInfo.wxss | 7 ++++--- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/components/diy_seckill/diy_seckill.wxml b/components/diy_seckill/diy_seckill.wxml index 671b0e6..c252733 100644 --- a/components/diy_seckill/diy_seckill.wxml +++ b/components/diy_seckill/diy_seckill.wxml @@ -441,13 +441,13 @@ - + 秒杀 - - + + diff --git a/packageE/pages/user/monthgiftbag/giftpackbuy/giftpackbuy.js b/packageE/pages/user/monthgiftbag/giftpackbuy/giftpackbuy.js index 9a10848..b7e5532 100644 --- a/packageE/pages/user/monthgiftbag/giftpackbuy/giftpackbuy.js +++ b/packageE/pages/user/monthgiftbag/giftpackbuy/giftpackbuy.js @@ -480,7 +480,7 @@ Page({ } pagePath += "?first_leader=" + this.data.getUserID; return { - title: "专享礼包", + title: "每月礼包", path: pagePath, } }, @@ -493,7 +493,7 @@ Page({ if(!user_id) user_id=0; return { - title: '专享礼包', + title: '每月礼包', imageUrl: this.data.ad_data.ad_code, query: 'first_leader='+user_id } diff --git a/packageE/pages/user/monthgiftbag/monthgiftbag.js b/packageE/pages/user/monthgiftbag/monthgiftbag.js index 48d8a7b..aefb748 100644 --- a/packageE/pages/user/monthgiftbag/monthgiftbag.js +++ b/packageE/pages/user/monthgiftbag/monthgiftbag.js @@ -203,7 +203,7 @@ Page({ } pagePath += "?first_leader=" + this.data.getUserID; return { - title: "专享礼包", + title: "每月礼包", path: pagePath, } }, @@ -211,7 +211,7 @@ Page({ onShareTimeline() { getApp().globalData.no_clear=1; return { - title: '专享礼包', + title: '每月礼包', imageUrl: this.data.ad_data.ad_code, query: "first_leader=" + this.data.getUserID } diff --git a/pages/goods/goodsInfo/goodsInfo.wxss b/pages/goods/goodsInfo/goodsInfo.wxss index a5af176..3bfe10d 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxss +++ b/pages/goods/goodsInfo/goodsInfo.wxss @@ -3373,10 +3373,10 @@ margin: auto; */ .store-list { width: 95%; - min-height: 300rpx; + min-height: 700rpx; overflow-y: scroll; margin: auto; - max-height: 610rpx; + max-height: 700rpx; } .store-list .store_choose { @@ -3460,7 +3460,8 @@ margin: auto; */ /* 门店分类列表 */ .sort_store_list { - max-height: 700rpx; + max-height: 700rpx; + min-height: 700rpx; overflow: hidden; overflow-y: scroll; width: 95%; -- libgit2 0.21.4