Commit bfca9ac7 authored by 王炽's avatar 王炽

图片替换

parent 357df664
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<view class="star_character"> <view class="star_character">
<image <image
class="star_img" class="star_img"
:src="$baseUrl + 'integral/1023/invate_star_character1023.png'" :src="$baseUrl + (itemIndex != 4 ? 'integral/1023/invate_star_character1023.png' : 'integral/1023/invate_star_character102302.png')"
mode="aspectFit" mode="aspectFit"
/> />
</view> </view>
......
...@@ -353,10 +353,8 @@ const handleClaim = () => { ...@@ -353,10 +353,8 @@ const handleClaim = () => {
}; };
const gotoIntegral = () => { const gotoIntegral = () => {
// 设置积分 tab 索引
globalStore.setCurTabIndex(2); uni.redirectTo({
// 清空路由栈并跳转到积分页面
uni.reLaunch({
url: '/pages/index/index?pageType=integral' url: '/pages/index/index?pageType=integral'
}); });
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment