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
897980ed
Commit
897980ed
authored
Jun 26, 2018
by
Junling Bu
Browse files
fix[litemall-wx]:商品参数显示有问题
parent
801fc1a6
Changes
1
Show whitespace changes
Inline
Side-by-side
litemall-wx/pages/goods/goods.wxml
View file @
897980ed
...
@@ -54,8 +54,8 @@
...
@@ -54,8 +54,8 @@
<view class="goods-attr">
<view class="goods-attr">
<view class="t">商品参数</view>
<view class="t">商品参数</view>
<view class="l">
<view class="l">
<view class="item" wx:for="{{attribute}}" wx:key="
name
">
<view class="item" wx:for="{{attribute}}" wx:key="
item
">
<text class="left">{{item.
nam
e}}</text>
<text class="left">{{item.
attribut
e}}</text>
<text class="right">{{item.value}}</text>
<text class="right">{{item.value}}</text>
</view>
</view>
</view>
</view>
...
...
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