Commit ebf75bd1 authored by jiangjiantao's avatar jiangjiantao

ui fixed

parent f7704876
......@@ -209,7 +209,7 @@
.pageland {
display: flex;
flex-direction: column;
flex-direction: column-reverse;
width: 100%;
height: 100%;
position: absolute;
......@@ -219,7 +219,7 @@
.pfilter {
display: flex;
flex-direction: column;
flex-direction: column-reverse;
width: 100%;
height: 100%;
position: absolute;
......@@ -378,7 +378,6 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
box-shadow:2px 0px 7px 0px rgba(153,153,153,0.16);
}
/* 手输条码,使用券,清空购物车 */
......
......@@ -176,15 +176,7 @@
<!--扫码页-->
<view hidden="{{!pageShow['landscan']}}">
<view class="{{scene != 0 ? 'pfilter' : 'pageland' }}">
<view class="land-scan-top">
<button class="land-scan-top-member-login" size="default" type="ghost" catchTap="onMemberTap" a:if="{{memberPhoneShown == ''}}">会员登录</button>
<view class="land-scan-member" hidden="{{memberPhoneShown == ''}}">会员,{{memberPhoneShown}}</view>
<text class="cashier-text">收银</text>
<view onTap="goHome">
<image class="go-home-icon" mode="aspectFit" src="/images/icon_home.png"/>
<text class="go-home-text">首页</text>
</view>
</view>
<view class="land-scan-boottom">
<!-- 空购物车 -->
<view class="shopcart-list-empty" hidden="{{goods.length > 0}}">
......@@ -230,6 +222,17 @@
</view>
</view>
</view>
<view class="land-scan-top">
<button class="land-scan-top-member-login" size="default" type="ghost" catchTap="onMemberTap" a:if="{{memberPhoneShown == ''}}">会员登录</button>
<view class="land-scan-member" hidden="{{memberPhoneShown == ''}}">会员,{{memberPhoneShown}}</view>
<text class="cashier-text">收银</text>
<view onTap="goHome">
<image class="go-home-icon" mode="aspectFit" src="/images/icon_home.png"/>
<text class="go-home-text">首页</text>
</view>
</view>
</view>
<!-- 扫描优惠券 -->
<view class="page-coupon" a:if="{{discCouponState != 0 && discCouponState != 3 }}">
......
Markdown is supported
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