修改
This commit is contained in:
parent
b64976b9c4
commit
5f4803acdd
@ -38,7 +38,7 @@
|
|||||||
if (phone) {
|
if (phone) {
|
||||||
uni.navigateToMiniProgram({
|
uni.navigateToMiniProgram({
|
||||||
appId: 'wxa690d053c34ceebd',
|
appId: 'wxa690d053c34ceebd',
|
||||||
path: '/pages/index/index',
|
path: 'pages/index/index',
|
||||||
extraData: {
|
extraData: {
|
||||||
'from': 'qy',
|
'from': 'qy',
|
||||||
'phone': phone
|
'phone': phone
|
||||||
|
|||||||
@ -57,7 +57,7 @@
|
|||||||
<view class="Welfarecustomerservice">
|
<view class="Welfarecustomerservice">
|
||||||
<view class="topimgs">
|
<view class="topimgs">
|
||||||
<image src="../../static/ynph.png" mode="" @tap='gopzyh'></image>
|
<image src="../../static/ynph.png" mode="" @tap='gopzyh'></image>
|
||||||
<image src="../../static/jypz.png" mode="" @tap='goHealthrecords'></image>
|
<image src="../../static/jypz.png" mode="" @tap='goseekmedicaladvice'></image>
|
||||||
<image src="../../static/qyzq.png" mode="" @tap='gosuyu'></image>
|
<image src="../../static/qyzq.png" mode="" @tap='gosuyu'></image>
|
||||||
</view>
|
</view>
|
||||||
<image class="night" src="../../static/96558.png" mode="" @tap='gonight'></image>
|
<image class="night" src="../../static/96558.png" mode="" @tap='gonight'></image>
|
||||||
@ -143,7 +143,7 @@
|
|||||||
if (phone) {
|
if (phone) {
|
||||||
uni.navigateToMiniProgram({
|
uni.navigateToMiniProgram({
|
||||||
appId: 'wxa690d053c34ceebd',
|
appId: 'wxa690d053c34ceebd',
|
||||||
path: '/pages/index/index',
|
path: 'pages/index/index',
|
||||||
extraData: {
|
extraData: {
|
||||||
'from': 'qy',
|
'from': 'qy',
|
||||||
'phone': phone
|
'phone': phone
|
||||||
@ -315,16 +315,19 @@
|
|||||||
success(res) {}
|
success(res) {}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//goHealthrecords
|
|
||||||
goHealthrecords() {
|
|
||||||
uni.navigateTo({
|
|
||||||
url: "/pages/Healthrecords/Healthrecords"
|
|
||||||
})
|
|
||||||
},
|
|
||||||
//跳转疏于
|
//跳转疏于
|
||||||
gosuyu() {
|
gosuyu() {
|
||||||
uni.navigateToMiniProgram({
|
uni.navigateToMiniProgram({
|
||||||
appId: 'wxa0e41e29dd9e540b',
|
appId: 'wxa0e41e29dd9e540b',
|
||||||
|
path: 'pages/index/index?source=ad_app_yryl-qydjtzwx',
|
||||||
|
success(res) {}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
//跳转就医
|
||||||
|
goseekmedicaladvice() {
|
||||||
|
uni.navigateToMiniProgram({
|
||||||
|
appId: 'wx4f1d77226064cfc1',
|
||||||
|
path: 'pages/index/index',
|
||||||
success(res) {}
|
success(res) {}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user