Fix:4951 【商城小程序】体验项目-详情信息数据获取错误,当前获取的是管理后台配置的体验项目列表-项目配置的内容,应获取体验项目-详情内容
This commit is contained in:
@@ -105,24 +105,11 @@
|
|||||||
|
|
||||||
<view class="section">
|
<view class="section">
|
||||||
<view class="section-title">详情</view>
|
<view class="section-title">详情</view>
|
||||||
<view v-if="detailList && detailList.length" class="detail-list">
|
<view class="detail-list">
|
||||||
<view
|
<view>
|
||||||
v-for="(item, index) in detailList"
|
<u-parse :content="project.detailText"></u-parse>
|
||||||
:key="index"
|
|
||||||
class="detail-item"
|
|
||||||
>
|
|
||||||
<view class="detail-name">
|
|
||||||
<text class="dot"></text>
|
|
||||||
<text>{{ item.name }}</text>
|
|
||||||
</view>
|
|
||||||
<view class="detail-count">({{ item.count }})</view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-else class="section-text with-dot">
|
|
||||||
<text class="dot"></text>
|
|
||||||
<text>{{ project.detailText || '详情信息由商家提供' }}</text>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<template v-if="project.remark">
|
<template v-if="project.remark">
|
||||||
<view class="section-title" style="margin-top: 24rpx;">备注</view>
|
<view class="section-title" style="margin-top: 24rpx;">备注</view>
|
||||||
<view class="section-text with-dot">
|
<view class="section-text with-dot">
|
||||||
|
|||||||
Reference in New Issue
Block a user