xg
@ -1,7 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="app">
|
<view class="app">
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<!-- <image src="/static/pageC/homepage.png" mode=""></image> -->
|
|
||||||
<image v-if="Number(region)==2&&Number(userinfo.cityCode)==2"
|
<image v-if="Number(region)==2&&Number(userinfo.cityCode)==2"
|
||||||
:src="baseurl+ '/profile/weChatPicture/hkmainPage.png'" mode=""></image>
|
:src="baseurl+ '/profile/weChatPicture/hkmainPage.png'" mode=""></image>
|
||||||
<image v-else :src="baseurl+ '/profile/weChatPicture/mainPage.png'" mode=""></image>
|
<image v-else :src="baseurl+ '/profile/weChatPicture/mainPage.png'" mode=""></image>
|
||||||
@ -246,12 +245,6 @@
|
|||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
||||||
})
|
})
|
||||||
// this.$refs.uToast.show({
|
|
||||||
// title: '未签约,请先签约',
|
|
||||||
// type: 'error',
|
|
||||||
// duration:'1500',
|
|
||||||
// url: "/pagesC/Onlinesigning/Onlinesigning"
|
|
||||||
// })
|
|
||||||
} else if (this.checkSign == "01") {
|
} else if (this.checkSign == "01") {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
title: this.infotitle,
|
title: this.infotitle,
|
||||||
@ -272,42 +265,33 @@
|
|||||||
},
|
},
|
||||||
// 积分兑换
|
// 积分兑换
|
||||||
count() {
|
count() {
|
||||||
uni.navigateTo({
|
if (!this.userinfo) {
|
||||||
url: '/pagesB/Behaviorpoints/Behaviorpoints'
|
this.gologin();
|
||||||
})
|
} else {
|
||||||
// if (!this.userinfo) {
|
if (this.region == 3) {
|
||||||
// this.gologin();
|
this.family()
|
||||||
// } else {
|
} else {
|
||||||
// if (this.region == 3) {
|
if (this.region == 1 || this.region == 2) {
|
||||||
// this.family()
|
if (this.checkSign == "0") {
|
||||||
// } else {
|
uni.navigateTo({
|
||||||
// if (this.region == 1 || this.region == 2) {
|
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
||||||
// if (this.checkSign == "0") {
|
})
|
||||||
// uni.navigateTo({
|
} else if (this.checkSign == "01") {
|
||||||
// url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
this.$refs.uToast.show({
|
||||||
// })
|
title: this.infotitle,
|
||||||
// // this.$refs.uToast.show({
|
type: 'error',
|
||||||
// // title: '未签约,请先签约',
|
duration: '1500',
|
||||||
// // type: 'error',
|
})
|
||||||
// // duration:'1500',
|
} else {
|
||||||
// // url: "/pagesC/Onlinesigning/Onlinesigning"
|
uni.navigateTo({
|
||||||
// // })
|
url: '/pagesB/Behaviorpoints/Behaviorpoints'
|
||||||
// } else if (this.checkSign == "01") {
|
})
|
||||||
// this.$refs.uToast.show({
|
}
|
||||||
// title: this.infotitle,
|
} else {
|
||||||
// type: 'error',
|
this.family()
|
||||||
// duration: '1500',
|
}
|
||||||
// })
|
}
|
||||||
// } else {
|
}
|
||||||
// uni.navigateTo({
|
|
||||||
// url: '/pagesB/Behaviorpoints/Behaviorpoints'
|
|
||||||
// })
|
|
||||||
// }
|
|
||||||
// } else {
|
|
||||||
// this.family()
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
// 健康档案
|
// 健康档案
|
||||||
goHealthrecords() {
|
goHealthrecords() {
|
||||||
@ -325,16 +309,13 @@
|
|||||||
},
|
},
|
||||||
// 筛查记录
|
// 筛查记录
|
||||||
gorecords() {
|
gorecords() {
|
||||||
uni.navigateTo({
|
if (!this.userinfo) {
|
||||||
url: "/pagesC/Screeningrecords/Screeningrecords"
|
this.gologin();
|
||||||
})
|
} else {
|
||||||
// if (!this.userinfo) {
|
uni.navigateTo({
|
||||||
// this.gologin();
|
url: "/pagesC/Screeningrecords/Screeningrecords"
|
||||||
// } else {
|
})
|
||||||
// uni.navigateTo({
|
}
|
||||||
// url: "/pagesC/Screeningrecords/Screeningrecords"
|
|
||||||
// })
|
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
// 健康自评
|
// 健康自评
|
||||||
healthtest() {
|
healthtest() {
|
||||||
@ -371,12 +352,6 @@
|
|||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
||||||
})
|
})
|
||||||
// this.$refs.uToast.show({
|
|
||||||
// title: '未签约,请先签约',
|
|
||||||
// type: 'error',
|
|
||||||
// duration:'1500',
|
|
||||||
// url: "/pagesC/Onlinesigning/Onlinesigning"
|
|
||||||
// })
|
|
||||||
} else if (this.checkSign == "01") {
|
} else if (this.checkSign == "01") {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
title: this.infotitle,
|
title: this.infotitle,
|
||||||
@ -408,12 +383,6 @@
|
|||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
||||||
})
|
})
|
||||||
// this.$refs.uToast.show({
|
|
||||||
// title: '未签约,请先签约',
|
|
||||||
// duration:'1500',
|
|
||||||
// type: 'error',
|
|
||||||
// url: "/pagesC/Onlinesigning/Onlinesigning"
|
|
||||||
// })
|
|
||||||
} else if (this.checkSign == "01") {
|
} else if (this.checkSign == "01") {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
title: this.infotitle,
|
title: this.infotitle,
|
||||||
@ -444,12 +413,6 @@
|
|||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
||||||
})
|
})
|
||||||
// this.$refs.uToast.show({
|
|
||||||
// title: '未签约,请先签约',
|
|
||||||
// type: 'error',
|
|
||||||
// duration:'1500',
|
|
||||||
// url: "/pagesC/Onlinesigning/Onlinesigning"
|
|
||||||
// })
|
|
||||||
} else if (this.checkSign == "01") {
|
} else if (this.checkSign == "01") {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
title: this.infotitle,
|
title: this.infotitle,
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="app">
|
<view class="app">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
健康服务产品“五卡套餐”参考兑换表
|
健康服务产品“五卡套餐”
|
||||||
</view>
|
</view>
|
||||||
<u-table>
|
<u-table>
|
||||||
<u-tr>
|
<u-tr>
|
||||||
@ -19,9 +19,6 @@
|
|||||||
<u-td>{{item.remark}}</u-td>
|
<u-td>{{item.remark}}</u-td>
|
||||||
</u-tr>
|
</u-tr>
|
||||||
</u-table>
|
</u-table>
|
||||||
<view class="text">
|
|
||||||
注:各支行可按实际情况调整医疗健康服务、健康实用物品医疗设备租赁、长期健康产品等相应的积分及兑换项目
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -62,8 +59,5 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 20rpx 0 50rpx;
|
padding: 20rpx 0 50rpx;
|
||||||
}
|
}
|
||||||
.text{
|
|
||||||
padding: 20rpx;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |