wangxy hace 2 semanas
padre
commit
799d2dbc4d
Se han modificado 1 ficheros con 8 adiciones y 3 borrados
  1. 8 3
      pages/client/my/index.vue

+ 8 - 3
pages/client/my/index.vue

@@ -51,12 +51,12 @@
 				<icon class="jt-icon" :style="{ backgroundImage: 'url(' + myInfoData.imgsArr.jtIcon + ')' }"></icon>
 			</view>
 			<view class="list-row" @click="goToPage('zc')">
-				<icon class="list-icon" :style="{ backgroundImage: 'url(' + myInfoData.imgsArr.scoreListIcon + ')' }"></icon>
+				<icon class="list-icon" :style="{ backgroundImage: 'url(' + myInfoData.imgsArr.zhengce + ')' }"></icon>
 				<text>隐私政策</text>
 				<icon class="jt-icon" :style="{ backgroundImage: 'url(' + myInfoData.imgsArr.jtIcon + ')' }"></icon>
 			</view>
 			<view class="list-row" @click="goToPage('xy')">
-				<icon class="list-icon" :style="{ backgroundImage: 'url(' + myInfoData.imgsArr.scoreListIcon + ')' }"></icon>
+				<icon class="list-icon" :style="{ backgroundImage: 'url(' + myInfoData.imgsArr.xieyi + ')' }"></icon>
 				<text>用户服务协议</text>
 				<icon class="jt-icon" :style="{ backgroundImage: 'url(' + myInfoData.imgsArr.jtIcon + ')' }"></icon>
 			</view>
@@ -119,6 +119,8 @@
 			sxtcsListIcon: '',
 			sxtsmListIcon: '',
 			loginOutListIcon: '',
+      zhengce: '',
+      xieyi: ''
 		},
 	});
 	const commonDialogRef = ref(null);
@@ -236,7 +238,10 @@
 		myInfoData.imgsArr.sxtcsListIcon = cacheManager.get('projectImg').my_sxtcs_icon;
 		myInfoData.imgsArr.sxtsmListIcon = cacheManager.get('projectImg').my_sxtsm_icon;
 		myInfoData.imgsArr.loginOutListIcon = cacheManager.get('projectImg').login_out_icon;
-		myInfoData.imgsArr.jtIcon= cacheManager.get('projectImg').nav_bar_jt_bottom;
+    myInfoData.imgsArr.jtIcon= cacheManager.get('projectImg').nav_bar_jt_bottom;
+    myInfoData.imgsArr.zhengce= cacheManager.get('projectImg').zhengce;
+    myInfoData.imgsArr.xieyi= cacheManager.get('projectImg').xieyi;
+
 	})
 
   onShow(() => {