Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
e4007338
Commit
e4007338
authored
Oct 26, 2018
by
Junling Bu
Browse files
fix[litemall-wx]: 小程序专题评论显示有问题
parent
9a2a2bdd
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/topicCommentPost/topicCommentPost.js
View file @
e4007338
...
...
@@ -113,7 +113,7 @@ Page({
if
(
res
.
errno
===
0
)
{
that
.
setData
({
topic
:
res
.
data
,
topic
:
res
.
data
.
topic
});
}
...
...
litemall-wx/pages/topicDetail/topicDetail.wxml
View file @
e4007338
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment