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

This commit is contained in:
Junling Bu
2018-10-26 21:25:53 +08:00
parent 9a2a2bdd48
commit e400733864
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ Page({
if (res.errno === 0) {
that.setData({
topic: res.data,
topic: res.data.topic
});
}

View File

@@ -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>