This commit is contained in:
闫晓茹 2023-09-22 14:07:12 +08:00
parent 9c4c5518bf
commit c01543f18c
2 changed files with 3 additions and 7 deletions

View File

@ -7,7 +7,7 @@
</view>
<view class="number">1000
</view>
<view class="PointsMall" @tap="gomodify">
<view class="PointsMall" >
积分商城
</view>
<view class="Exchangerecords">
@ -50,11 +50,7 @@
};
},
methods: {
gomodify() {
uni.navigateTo({
url: '/pagesB/modify/modify'
})
},
},
}
</script>

View File

@ -256,7 +256,7 @@
this.swiperImglink.forEach(e => {
e.image = baseurl + e.posterPictureUrl
if (e.image == item) {
if (e.jumpLink == '/pages/homepage/homepage' || e.jumpLink == '/pages/Personal/Personal') {
if (e.jumpLink == '/pageB/homepage/homepage' || e.jumpLink == '/pageB/Personal/Personal') {
uni.switchTab({
url: e.jumpLink
})