修改
This commit is contained in:
parent
9c4c5518bf
commit
c01543f18c
@ -7,7 +7,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="number">1000
|
<view class="number">1000
|
||||||
</view>
|
</view>
|
||||||
<view class="PointsMall" @tap="gomodify">
|
<view class="PointsMall" >
|
||||||
积分商城
|
积分商城
|
||||||
</view>
|
</view>
|
||||||
<view class="Exchangerecords">
|
<view class="Exchangerecords">
|
||||||
@ -50,11 +50,7 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
gomodify() {
|
|
||||||
uni.navigateTo({
|
|
||||||
url: '/pagesB/modify/modify'
|
|
||||||
})
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -256,7 +256,7 @@
|
|||||||
this.swiperImglink.forEach(e => {
|
this.swiperImglink.forEach(e => {
|
||||||
e.image = baseurl + e.posterPictureUrl
|
e.image = baseurl + e.posterPictureUrl
|
||||||
if (e.image == item) {
|
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({
|
uni.switchTab({
|
||||||
url: e.jumpLink
|
url: e.jumpLink
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user