Commit 897980ed authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-wx]:商品参数显示有问题

parent 801fc1a6
...@@ -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.name}}</text> <text class="left">{{item.attribute}}</text>
<text class="right">{{item.value}}</text> <text class="right">{{item.value}}</text>
</view> </view>
</view> </view>
......
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