"...src/main/resources/mapper/system/SysUserMapper.xml" did not exist on "bcee37b84bde39072e6e35e642b0911a94f52eef"
Unverified Commit 126d027a authored by linlinjava's avatar linlinjava Committed by GitHub
Browse files

Merge pull request #17 from wonderffee/master

fix[litemall-wx]: 解决iOS下点击购物车按钮后底部按钮消失问题。
parents d69000fc 6f44ee71
......@@ -2,3 +2,4 @@
/private/
/storage/
/litemall.iml
.idea
\ No newline at end of file
......@@ -130,18 +130,18 @@
</view>
</view>
</view>
<view class="bottom-btn">
<view class="l l-collect {{ openAttr ? 'back' : ''}}" bindtap="closeAttrOrCollect">
<image class="icon" src="{{ collectBackImage }}"></image>
</view>
<view class="l l-cart">
<view class="box">
<text class="cart-count">{{cartGoodsCount}}</text>
<image bindtap="openCartPage" class="icon" src="/static/images/ic_menu_shoping_nor.png"></image>
</view>
</scroll-view>
<view class="bottom-btn">
<view class="l l-collect {{ openAttr ? 'back' : ''}}" bindtap="closeAttrOrCollect">
<image class="icon" src="{{ collectBackImage }}"></image>
</view>
<view class="l l-cart">
<view class="box">
<text class="cart-count">{{cartGoodsCount}}</text>
<image bindtap="openCartPage" class="icon" src="/static/images/ic_menu_shoping_nor.png"></image>
</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>
</scroll-view>
\ No newline at end of file
<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>
\ No newline at end of file
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