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