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

View File

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

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