Commit bfca9ac7 authored by 王炽's avatar 王炽

图片替换

parent 357df664
......@@ -22,7 +22,7 @@
<view class="star_character">
<image
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"
/>
</view>
......
......@@ -353,10 +353,8 @@ const handleClaim = () => {
};
const gotoIntegral = () => {
// 设置积分 tab 索引
globalStore.setCurTabIndex(2);
// 清空路由栈并跳转到积分页面
uni.reLaunch({
uni.redirectTo({
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