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