Fix:4225 【商城小程序】抽中积分并领取成功后弹出的提示弹窗—点击【查看卡包】应该跳转至积分记录列表页面
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
v-if="showTake">
|
v-if="showTake">
|
||||||
<view class="btn-box flex">
|
<view class="btn-box flex">
|
||||||
<image style="width: 220rpx;height: 66rpx" :src="webUrl+'/20240124210952306625.png'" mode="scaleToFill"
|
<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'"
|
<image style="width: 220rpx;height: 66rpx;margin-left: 16rpx;" :src="webUrl+'/20240124210928974187.png'"
|
||||||
mode="scaleToFill" @click="closeTakeModel"/>
|
mode="scaleToFill" @click="closeTakeModel"/>
|
||||||
</view>
|
</view>
|
||||||
@@ -143,6 +143,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
navToPoint() {
|
||||||
|
uni.navigateTo({url: '/pages/user/Points/index'})
|
||||||
|
},
|
||||||
init() {
|
init() {
|
||||||
getDetail().then(res => {
|
getDetail().then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
|
|||||||
Reference in New Issue
Block a user