修改
This commit is contained in:
parent
9c4c5518bf
commit
c01543f18c
@ -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>
|
||||
|
||||
@ -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
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user