From 825418425a91c4cf95e56c3fbaf06ea9fb5a37d8 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期六, 28 二月 2026 09:41:21 +0800
Subject: [PATCH] 合并

---
 mini-program/pagesA/pages/shop_points/shop_points.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/mini-program/pagesA/pages/shop_points/shop_points.vue b/mini-program/pagesA/pages/shop_points/shop_points.vue
index 96bb747..021e954 100644
--- a/mini-program/pagesA/pages/shop_points/shop_points.vue
+++ b/mini-program/pagesA/pages/shop_points/shop_points.vue
@@ -1,6 +1,5 @@
 <template>
 	<view class="points">
-		
 		<view class="info-rule" @click="jumpService">绉垎瑙勫垯</view>
 		<view class="head" :style="{ backgroundImage: 'url(' + backImage + ')', height: 'calc(' + (navHeight + statusbarHeight + 'px + 376rpx)') }">
 			<view :style="{ width: '100%', height: navHeight + statusbarHeight + 'px' }"></view>
@@ -58,7 +57,7 @@
 				shop:{},
 				active:0,
 				backHeadImage:'',
-				backImage: require('@/static/images/jifen_bg@2x.png')
+				backImage: ''
 			};
 		},
 		onReachBottom(){
@@ -73,7 +72,10 @@
 			 }
 		},
 		onLoad() {
-			 this.getBase64Img('/static/images/jifen_bg@2x.png')
+			if (uni.getStorageSync('backgroundImage')) {
+				this.backImage = uni.getStorageSync('backgroundImage').shopIntegralBg
+			}
+			 // this.getBase64Img('/static/images/jifen_bg@2x.png')
 		},
 		onShow() {
 			 this.shop  ={}

--
Gitblit v1.9.3