|
|
|
@ -498,6 +498,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
getComboList();
|
|
|
|
getComboList();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<DraggableButton />
|
|
|
|
<DraggableButton />
|
|
|
|
@ -579,6 +580,19 @@
|
|
|
|
<view style="display: flex;">
|
|
|
|
<view style="display: flex;">
|
|
|
|
<view class="combo_name_wrapper">{{ i.name }}
|
|
|
|
<view class="combo_name_wrapper">{{ i.name }}
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<uni-tooltip>
|
|
|
|
|
|
|
|
<!-- 定义插槽,插槽名为 content -->
|
|
|
|
|
|
|
|
<template v-slot:content>
|
|
|
|
|
|
|
|
<!-- 在这里编写自定义的 HTML 或组件 -->
|
|
|
|
|
|
|
|
<view class="w-50vw">
|
|
|
|
|
|
|
|
<text>该套餐仅预约专家咨询,现场个性化定制套餐</text>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 触发提示的按钮 -->
|
|
|
|
|
|
|
|
<view v-if="i.type_id==zhuangjianType" class="wenhao">?</view>
|
|
|
|
|
|
|
|
</uni-tooltip>
|
|
|
|
<view v-if="i.is_hot">
|
|
|
|
<view v-if="i.is_hot">
|
|
|
|
<image style="height: 32rpx;width: 24rpx;" src="@/static/assets/buy/huomiao.jpg"></image>
|
|
|
|
<image style="height: 32rpx;width: 24rpx;" src="@/static/assets/buy/huomiao.jpg"></image>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
@ -1236,5 +1250,16 @@
|
|
|
|
background-color: #009da5;
|
|
|
|
background-color: #009da5;
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wenhao{
|
|
|
|
|
|
|
|
height: 26rpx;
|
|
|
|
|
|
|
|
width: 26rpx;
|
|
|
|
|
|
|
|
background-color: #009FA8;
|
|
|
|
|
|
|
|
line-height: 26rpx;
|
|
|
|
|
|
|
|
border-radius: 26rpx;
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
font-size: 20rpx;
|
|
|
|
|
|
|
|
margin-left: 10rpx;margin-top: 4rpx;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</style>
|