Commit ebf75bd1 authored by jiangjiantao's avatar jiangjiantao

ui fixed

parent f7704876
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
.pageland { .pageland {
display: flex; display: flex;
flex-direction: column; flex-direction: column-reverse;
width: 100%; width: 100%;
height: 100%; height: 100%;
position: absolute; position: absolute;
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
.pfilter { .pfilter {
display: flex; display: flex;
flex-direction: column; flex-direction: column-reverse;
width: 100%; width: 100%;
height: 100%; height: 100%;
position: absolute; position: absolute;
...@@ -378,7 +378,6 @@ ...@@ -378,7 +378,6 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
box-shadow:2px 0px 7px 0px rgba(153,153,153,0.16);
} }
/* 手输条码,使用券,清空购物车 */ /* 手输条码,使用券,清空购物车 */
......
...@@ -176,16 +176,8 @@ ...@@ -176,16 +176,8 @@
<!--扫码页--> <!--扫码页-->
<view hidden="{{!pageShow['landscan']}}"> <view hidden="{{!pageShow['landscan']}}">
<view class="{{scene != 0 ? 'pfilter' : 'pageland' }}"> <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-boottom">
<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}}"> <view class="shopcart-list-empty" hidden="{{goods.length > 0}}">
<view class="empty-remind-text">请扫描商品条码添加商品</view> <view class="empty-remind-text">请扫描商品条码添加商品</view>
...@@ -229,7 +221,18 @@ ...@@ -229,7 +221,18 @@
<button class="go-pay" size="default" type="primary" onTap="goPay">收款</button> <button class="go-pay" size="default" type="primary" onTap="goPay">收款</button>
</view> </view>
</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> </view>
<!-- 扫描优惠券 --> <!-- 扫描优惠券 -->
<view class="page-coupon" a:if="{{discCouponState != 0 && discCouponState != 3 }}"> <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