Fix:4225 【商城小程序】抽中积分并领取成功后弹出的提示弹窗—点击【查看卡包】应该跳转至积分记录列表页面

This commit is contained in:
LinCyJang
2025-11-01 15:09:05 +08:00
parent e7d1eb4dd7
commit 3dbacb26d1
+4 -1
View File
@@ -40,7 +40,7 @@
v-if="showTake">
<view class="btn-box flex">
<image style="width: 220rpx;height: 66rpx" :src="webUrl+'/20240124210952306625.png'" mode="scaleToFill"
@click="navToCoupons"/>
@click="navToPoint"/>
<image style="width: 220rpx;height: 66rpx;margin-left: 16rpx;" :src="webUrl+'/20240124210928974187.png'"
mode="scaleToFill" @click="closeTakeModel"/>
</view>
@@ -143,6 +143,9 @@ export default {
}
},
methods: {
navToPoint() {
uni.navigateTo({url: '/pages/user/Points/index'})
},
init() {
getDetail().then(res => {
if (res.success) {