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
f5472192
Commit
f5472192
authored
Oct 27, 2019
by
Junling Bu
Browse files
fix[litemall-wx, renard-wx]: 显示规格
parent
c31d9c4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/cart/cart.wxml
View file @
f5472192
...
...
@@ -31,7 +31,7 @@
<text class="name">{{item.goodsName}}</text>
<text class="num">x{{item.number}}</text>
</view>
<view class="attr">{{ isEditCart ? '已选择:' : ''}}{{item.
goodsS
pecification
Value
s||''}}</view>
<view class="attr">{{ isEditCart ? '已选择:' : ''}}{{item.
s
pecifications||''}}</view>
<view class="b">
<text class="price">¥{{item.price}}</text>
<view class="selnum">
...
...
renard-wx/pages/cart/cart.wxml
View file @
f5472192
...
...
@@ -31,7 +31,7 @@
<text class="name">{{item.goodsName}}</text>
<text class="num">x{{item.number}}</text>
</view>
<view class="attr">{{ isEditCart ? '已选择:' : ''}}{{item.
goodsS
pecification
Value
s||''}}</view>
<view class="attr">{{ isEditCart ? '已选择:' : ''}}{{item.
s
pecifications||''}}</view>
<view class="b">
<text class="price">¥{{item.price}}</text>
<view class="selnum">
...
...
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