|
|
|
|
@ -35,6 +35,7 @@ onShow(() => {
|
|
|
|
|
const toDetails = (type) => {
|
|
|
|
|
let url = "";
|
|
|
|
|
if (type == 1) {
|
|
|
|
|
$store.setComboContrast([]); // 清空套餐对比
|
|
|
|
|
url = "/pages/main/combo/combo?groupId=" + groupInfo.value.group_id;
|
|
|
|
|
} else {
|
|
|
|
|
url = "/pages/main/tj/tjzx?groupId=" + groupInfo.value.group_id;
|
|
|
|
|
@ -58,7 +59,10 @@ const toDetails = (type) => {
|
|
|
|
|
>
|
|
|
|
|
<view class="px-15rpx pt-10rpx">
|
|
|
|
|
<view class="flex items-center">
|
|
|
|
|
<image src="@/static/assets/userm.png" class="w-70rpx h-70rpx mr-35rpx" />
|
|
|
|
|
<image
|
|
|
|
|
src="@/static/assets/userm.png"
|
|
|
|
|
class="w-70rpx h-70rpx mr-35rpx"
|
|
|
|
|
/>
|
|
|
|
|
<view class="flex items-center grow">
|
|
|
|
|
<text class="text-#707070 text-24rpx">您好,</text>
|
|
|
|
|
<text class="text-#0E0E0E text-32rpx">{{ groupInfo.name }}</text>
|
|
|
|
|
@ -148,7 +152,10 @@ const toDetails = (type) => {
|
|
|
|
|
</view> -->
|
|
|
|
|
</view>
|
|
|
|
|
<view class="mt-30rpx pt-35rpx px-25rpx pb-200rpx box-border bg-#fff">
|
|
|
|
|
<view v-if="groupInfo.tongshou_xiane" class="mb-70rpx bg-#FFF8EB text-center text-#DA9616 text-24rpx py-22rpx">
|
|
|
|
|
<view
|
|
|
|
|
v-if="groupInfo.tongshou_xiane"
|
|
|
|
|
class="mb-70rpx bg-#FFF8EB text-center text-#DA9616 text-24rpx py-22rpx"
|
|
|
|
|
>
|
|
|
|
|
<text>本次团队体检您有</text>
|
|
|
|
|
<text class="text-#239EA3">{{ groupInfo.tongshou_xiane }}元</text>
|
|
|
|
|
<text>体检额度</text>
|
|
|
|
|
@ -156,27 +163,25 @@ const toDetails = (type) => {
|
|
|
|
|
<text>我们提供如下两种方式供您自由选择</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view>
|
|
|
|
|
<view class="py-30rpx pl-50rpx pr-130rpx between box-border rounded-15rpx shadow-[0px_1rpx_4rpx_0px_rgba(0,164,172,0.16)]" @click="toDetails(1)">
|
|
|
|
|
<view
|
|
|
|
|
class="py-30rpx pl-50rpx pr-130rpx between box-border rounded-15rpx shadow-[0px_1rpx_4rpx_0px_rgba(0,164,172,0.16)]"
|
|
|
|
|
@click="toDetails(1)"
|
|
|
|
|
>
|
|
|
|
|
<view class="center w-82rpx h-82rpx">
|
|
|
|
|
<image class="w-40rpx h-40rpx" src="@/static/assets/taocan.png" />
|
|
|
|
|
</view>
|
|
|
|
|
<text class="text-#000000 text-32rpx">按套餐选择</text>
|
|
|
|
|
<uni-icons
|
|
|
|
|
type="right"
|
|
|
|
|
color="#595757"
|
|
|
|
|
size="26"
|
|
|
|
|
></uni-icons>
|
|
|
|
|
<uni-icons type="right" color="#595757" size="26"></uni-icons>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="py-30rpx mt-70rpx pl-50rpx pr-130rpx between box-border rounded-15rpx shadow-[0px_1rpx_4rpx_0px_rgba(0,164,172,0.16)]" @click="toDetails(2)">
|
|
|
|
|
<view
|
|
|
|
|
class="py-30rpx mt-70rpx pl-50rpx pr-130rpx between box-border rounded-15rpx shadow-[0px_1rpx_4rpx_0px_rgba(0,164,172,0.16)]"
|
|
|
|
|
@click="toDetails(2)"
|
|
|
|
|
>
|
|
|
|
|
<view class="center w-82rpx h-82rpx">
|
|
|
|
|
<image class="w-40rpx h-40rpx" src="@/static/assets/xiangmu.png" />
|
|
|
|
|
</view>
|
|
|
|
|
<text class="text-#000000 text-32rpx">按项目选择</text>
|
|
|
|
|
<uni-icons
|
|
|
|
|
type="right"
|
|
|
|
|
color="#595757"
|
|
|
|
|
size="26"
|
|
|
|
|
></uni-icons>
|
|
|
|
|
<uni-icons type="right" color="#595757" size="26"></uni-icons>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|