From 926df5bad026c2df13ec2aa956d449fac4b2949a Mon Sep 17 00:00:00 2001 From: 1154079537 <1154079537@qq.com> Date: Mon, 6 May 2024 17:12:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 +- pages/gather/gather.vue | 32 +- pages/goods_details/index.vue | 6 +- pages/index/component/homeComb.vue | 1408 ++++++++++++++-------------- pages/user/index.vue | 58 +- 5 files changed, 770 insertions(+), 738 deletions(-) diff --git a/manifest.json b/manifest.json index 4c7d746..5886d54 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "惠农生活", "appid": "__UNI__3A527D1", "description": "", - "versionName": "2.0.44", - "versionCode": 2044, + "versionName": "2.0.47", + "versionCode": 2047, "transformPx": false, /* 5+App特有相关 */ "app-plus": { diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index 1439c1a..e8f688f 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -144,8 +144,10 @@ - + + {{userInfoData.user_unread}} @@ -177,7 +179,7 @@ - + @@ -211,7 +213,6 @@ - 添加 {{ item.name }} @@ -284,6 +285,7 @@ backColor: 'rgba(252, 252, 252, 0)', newData: {}, activeRouter: '', + userInfo: {}, }; }, computed: { @@ -302,7 +304,7 @@ } this.getUserInfo(); this.imgUrls = uni.getStorageSync('swiperImgList'); - + // 加载缓存中的菜单 2024/04/28 let menu = uni.getStorageSync('gatherMenuList'); if (menu) { @@ -344,6 +346,16 @@ } }, methods: { + /** + * 获取个人用户信息 + */ + getUserInfo: function() { + let that = this; + getUserInfo().then(res => { + showTab(res.data); + this.userInfo = res.data; + }); + }, changeSwiper(e) { if (e.length > 0 && e[1].value) { uni.navigateTo({ @@ -600,6 +612,18 @@ } } + .iconnum { + min-width: 14rpx; + color: #fff; + background: #E93323; + border-radius: 15rpx; + position: absolute; + left: 20rpx; + top: -10rpx; + font-size: 10px; + padding: 0 5px; + } + .site-box { width: 100%; /* #ifdef MP || APP-PLUS */ diff --git a/pages/goods_details/index.vue b/pages/goods_details/index.vue index d5b93c1..9b7baa5 100644 --- a/pages/goods_details/index.vue +++ b/pages/goods_details/index.vue @@ -157,7 +157,7 @@ {{storeInfo.store_info}} - + @@ -263,7 +263,8 @@ :url="`/pages/store/home/index?id=${storeInfo.mer_id}&sale_type=${sale_type||1}`" hover-class="none" class="info"> - {{storeInfo.merchant.mer_name ? storeInfo.merchant.mer_name : ''}} + {{storeInfo.merchant.mer_name ? storeInfo.merchant.mer_name : ''}} @@ -714,6 +715,7 @@ }, }, onLoad(options) { + console.log(options) let that = this if (options.spid) { app.globalData.spid = options.spid; diff --git a/pages/index/component/homeComb.vue b/pages/index/component/homeComb.vue index f0b9e82..38be26a 100644 --- a/pages/index/component/homeComb.vue +++ b/pages/index/component/homeComb.vue @@ -1,773 +1,777 @@ \ No newline at end of file diff --git a/pages/user/index.vue b/pages/user/index.vue index f88f3bf..5df909b 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -100,19 +100,19 @@ 补贴余额 (元) --> - - - - - 我的余额 (元) - - - - - ¥{{userInfo.now_money||"0.00"}} - - + + + + + 我的余额 (元) + + + + + ¥{{userInfo.now_money||"0.00"}} + + @@ -238,7 +238,7 @@ 备案号:蜀ICP备2022030133号-2A 增值电信营业许可证号:川B2-20221250 联系我们:08302669767 - {{appVersion}} + {{appVersion}}