Commit e4007338 authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-wx]: 小程序专题评论显示有问题

parent 9a2a2bdd
......@@ -113,7 +113,7 @@ Page({
if (res.errno === 0) {
that.setData({
topic: res.data,
topic: res.data.topic
});
}
......
......@@ -3,7 +3,7 @@
<import src="../../lib/wxParse/wxParse.wxml"/>
<template is="wxParse" data="{{wxParseData:topicDetail.nodes}}"/>
</scroll-view>
<scroll-view class="sv-goods">
<scroll-view class="sv-goods" wx:if="{{topicGoods.length > 0 }}">
<view class="topic-goods">
<view class="h">
<text class="t">专题商品</text>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment