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