Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
2023-09-22 14:50:59 +08:00
commit 96023542d9
3 changed files with 13 additions and 17 deletions

View File

@ -221,7 +221,7 @@
//item //item
gohealthitem(item) { gohealthitem(item) {
uni.navigateTo({ uni.navigateTo({
url: `/pages/Healthitem/Healthitem?item=${encodeURIComponent(JSON.stringify(item))}` url: `/pagesB/Healthitem/Healthitem?item=${encodeURIComponent(JSON.stringify(item))}`
}) })
}, },
// //
@ -284,13 +284,13 @@
// //
gomedicine() { gomedicine() {
uni.navigateTo({ uni.navigateTo({
url: '/pages/medicine/medicine' url: '/pagesB/medicine/medicine'
}) })
}, },
// //
gocustomerservice() { gocustomerservice() {
uni.navigateTo({ uni.navigateTo({
url: '/pages/customerservice/customerservice' url: '/pagesB/customerservice/customerservice'
}) })
}, },
// //
@ -298,14 +298,14 @@
this.openPopup(); this.openPopup();
setTimeout(e => { setTimeout(e => {
uni.navigateTo({ uni.navigateTo({
url: '/pages/site/site' url: '/pagesB/site/site'
}) })
}, 0) }, 0)
}, },
// //
gohealth() { gohealth() {
uni.navigateTo({ uni.navigateTo({
url: '/pages/Healthknowledge/Healthknowledge' url: '/pagesB/Healthknowledge/Healthknowledge'
}) })
}, },
// //
@ -317,7 +317,7 @@
this.openPopup(); this.openPopup();
setTimeout(e => { setTimeout(e => {
uni.navigateTo({ uni.navigateTo({
url: '/pages/materialbenefits/materialbenefits' url: '/pagesB/materialbenefits/materialbenefits'
}) })
}, 0) }, 0)
}, },
@ -326,7 +326,7 @@
this.openPopup(); this.openPopup();
setTimeout(e => { setTimeout(e => {
uni.navigateTo({ uni.navigateTo({
url: '/pages/shopping/shopping' url: '/pagesB/shopping/shopping'
}) })
}, 0) }, 0)
}, },
@ -356,19 +356,19 @@
// //
goguanjia() { goguanjia() {
uni.navigateTo({ uni.navigateTo({
url: '/pages/Industrialbutler/Industrialbutler' url: '/pagesB/Industrialbutler/Industrialbutler'
}) })
}, },
// //
gopzyh() { gopzyh() {
uni.navigateTo({ uni.navigateTo({
url: `/pages/nursestation/nursestation?nurseStationId=${13}` url: `/pagesB/nursestation/nursestation?nurseStationId=${13}`
}) })
}, },
// //
gonight() { gonight() {
uni.navigateTo({ uni.navigateTo({
url: '/pages/night/night' url: '/pagesB/night/night'
}) })
}, },
}, },

View File

@ -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>

View File

@ -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
}) })