Commit dc1e8bcc authored by 王炽's avatar 王炽

66666

parent 75dd99c2
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
margin-left: 0rpx; margin-left: 0rpx;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
box-shadow: 0 2rpx 8rpx rgba(160, 123, 77, 0.3); // box-shadow: 0 2rpx 8rpx rgba(160, 123, 77, 0.3);
transition: transform 0.2s ease; transition: transform 0.2s ease;
.invite_button_text { .invite_button_text {
......
...@@ -353,9 +353,11 @@ const handleClaim = () => { ...@@ -353,9 +353,11 @@ const handleClaim = () => {
}; };
const gotoIntegral = () => { const gotoIntegral = () => {
jump({ // 设置积分 tab 索引
url: '/pages/index/index?pageType=integral', globalStore.setCurTabIndex(2);
type: JumpType.INNER // 清空路由栈并跳转到积分页面
uni.reLaunch({
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