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
126d027a
Unverified
Commit
126d027a
authored
May 18, 2018
by
linlinjava
Committed by
GitHub
May 18, 2018
Browse files
Merge pull request #17 from wonderffee/master
fix[litemall-wx]: 解决iOS下点击购物车按钮后底部按钮消失问题。
parents
d69000fc
6f44ee71
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
126d027a
...
@@ -2,3 +2,4 @@
...
@@ -2,3 +2,4 @@
/private/
/private/
/storage/
/storage/
/litemall.iml
/litemall.iml
.idea
\ No newline at end of file
litemall-wx/pages/goods/goods.wxml
View file @
126d027a
...
@@ -130,18 +130,18 @@
...
@@ -130,18 +130,18 @@
</view>
</view>
</view>
</view>
</view>
</view>
<view class="bottom-btn"
>
</scroll-view
>
<view class="
l l-collect {{ openAttr ? 'back' : ''}}" bindtap="closeAttrOrCollect
">
<view class="
bottom-btn
">
<image class="icon" src="{{ collectBackImage }}"></image
>
<view class="l l-collect {{ openAttr ? 'back' : ''}}" bindtap="closeAttrOrCollect"
>
<
/view
>
<
image class="icon" src="{{ collectBackImage }}"></image
>
<view
class="l l-cart"
>
<
/
view>
<view class="
box
">
<view class="
l l-cart
">
<
text
class="
cart-count">{{cartGoodsCount}}</text
>
<
view
class="
box"
>
<image bindtap="openCartPage" class="icon" src="/static/images/ic_menu_shoping_nor.png"></image
>
<text class="cart-count">{{cartGoodsCount}}</text
>
<
/view
>
<
image bindtap="openCartPage" class="icon" src="/static/images/ic_menu_shoping_nor.png"></image
>
</view>
</view>
<view class="c" bindtap="addFast" wx:if="{{!soldout}}">立即购买</view>
<view class="r" bindtap="addToCart" wx:if="{{!soldout}}">加入购物车</view>
<view class="n" wx:if="{{soldout}}">商品已售空</view>
</view>
</view>
</scroll-view>
<view class="c" bindtap="addFast" wx:if="{{!soldout}}">立即购买</view>
\ No newline at end of file
<view class="r" bindtap="addToCart" wx:if="{{!soldout}}">加入购物车</view>
<view class="n" wx:if="{{soldout}}">商品已售空</view>
</view>
\ No newline at end of file
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