Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
96023542d9
@ -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'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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