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
31d04729
Commit
31d04729
authored
Apr 27, 2019
by
Junling Bu
Browse files
fix[litemall-wx]: 分类页面的简介字段显示
parent
20ea711a
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/category/category.wxml
View file @
31d04729
...
...
@@ -11,7 +11,7 @@
<view class="cate-item">
<view class="h">
<text class="name">{{currentCategory.name}}</text>
<text class="desc">{{currentCategory.
frontName
}}</text>
<text class="desc">{{currentCategory.
desc
}}</text>
</view>
<view class="b">
<navigator class="item {{(iindex + 1) % 2 == 0 ? 'item-b' : ''}}" url="/pages/goods/goods?id={{iitem.id}}" wx:for="{{goodsList}}" wx:key="id" wx:for-item="iitem" wx:for-index="iindex">
...
...
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