This commit is contained in:
2024-03-13 17:31:03 +08:00
parent 2cf8524ad1
commit 502f83a94e
7 changed files with 35 additions and 78 deletions

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB