|
|
|
|
@ -396,6 +396,11 @@ const DelItem=(item)=>{
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
//自选项展开关闭
|
|
|
|
|
const ZiXuanShow=()=>{
|
|
|
|
|
|
|
|
|
|
zixuan_item_show.value= !zixuan_item_show.value
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
onShow(() => {
|
|
|
|
|
if (!!config_ref.value) {
|
|
|
|
|
@ -669,7 +674,7 @@ const toRouter = (url, status, index) => {
|
|
|
|
|
(comboInfo && comboInfo?.items?.length) || groupInfo?.items?.length
|
|
|
|
|
"
|
|
|
|
|
>
|
|
|
|
|
<view class="text-#0E0E0E text-26rpx mb-20rpx font-700" style="border-bottom: 1px solid #DBDCDC;padding-bottom: 16rpx;">套餐名称</view>
|
|
|
|
|
<view class="text-#0E0E0E mb-20rpx font-700" style="border-bottom: 1px solid #DBDCDC;padding-bottom: 16rpx;">套餐名称</view>
|
|
|
|
|
<view style="display: flex; justify-content: space-between;">
|
|
|
|
|
<view>
|
|
|
|
|
<text class="text-#0E0E0E font-900">
|
|
|
|
|
@ -694,12 +699,12 @@ const toRouter = (url, status, index) => {
|
|
|
|
|
</text>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view v-if="itemsInfo && itemsInfo?.items?.length && zixuan_item_show==false" style="display: flex; justify-content: space-between;">
|
|
|
|
|
<view v-if="itemsInfo && itemsInfo?.items?.length " style="display: flex; justify-content: space-between;">
|
|
|
|
|
<view>
|
|
|
|
|
<view style="display: flex;justify-content: space-between;width: 650rpx;">
|
|
|
|
|
<view style="display: flex;" @click="zixuan_item_show=true">
|
|
|
|
|
<view style="display: flex;" @click="ZiXuanShow()">
|
|
|
|
|
<view><text class="text-#0E0E0E font-900"> 自选项目</text> </view>
|
|
|
|
|
<uni-icons type="right" color="#239ea3" size="20"></uni-icons>
|
|
|
|
|
<uni-icons :type="zixuan_item_show?'bottom':'right'" color="#239ea3" size="20"></uni-icons>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
<view>
|
|
|
|
|
@ -718,7 +723,7 @@ const toRouter = (url, status, index) => {
|
|
|
|
|
|
|
|
|
|
<view
|
|
|
|
|
class="pt-42rpx pb-36rpx b-0 b-solid b-b-1 b-#E1ECEE"
|
|
|
|
|
v-if="(itemsInfo && itemsInfo?.items?.length && !comboInfo) || zixuan_item_show==true "
|
|
|
|
|
v-if="(itemsInfo && itemsInfo?.items?.length && !comboInfo && !groupInfo) || (itemsInfo && itemsInfo?.items?.length && zixuan_item_show==true ) "
|
|
|
|
|
>
|
|
|
|
|
<view class="text-#0E0E0E text-26rpx mb-20rpx font-700" style="border-bottom: 1px solid #DBDCDC;padding-bottom: 16rpx;">自选项目</view>
|
|
|
|
|
<view
|
|
|
|
|
|