改回来改回去
This commit is contained in:
parent
53defb65fe
commit
2d9451438c
@ -3,15 +3,18 @@
|
||||
<view style="height:{{statusBarHeight}}px" class="status-bar"></view>
|
||||
<view class="nav-bar">
|
||||
<image src="/assets/icon/left-panel-btn.png" class="left-btn" bind:tap="openLeftPanel"/>
|
||||
<!-- <view class="community">
|
||||
<image class="icon" src="/assets/icon/community.png"/>
|
||||
<label>{{userInfo.community_name}}</label>
|
||||
</view> -->
|
||||
<view class="start-order-switch">
|
||||
|
||||
<!-- <view class="start-order-switch">
|
||||
<label>
|
||||
{{userInfo.is_delivering?'接单中':'暂停接单'}}
|
||||
{{userInfo.is_delivering?'接单中':'暂停中'}}
|
||||
</label>
|
||||
<switch class="switch" checked="{{userInfo.is_delivering}}" capture-catch:tap="switchOnTap"/>
|
||||
</view> -->
|
||||
<view class="start-order-switch">
|
||||
<label>语音播报</label>
|
||||
<view class="weui-loading" wx:if="{{bgNoticeLoadResult.loading}}"></view>
|
||||
<view class="retry" wx:elif="{{bgNoticeLoadResult.error}}" bind:tap="bgNoticeRetry">重试</view>
|
||||
<switch wx:else class="switch" checked="{{isStartLoopOrder}}" bindchange="loopOrderChange"/>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -119,10 +122,10 @@
|
||||
</list-view>
|
||||
</view>
|
||||
|
||||
<view class="start-delivering" wx:if="{{userInfo&&userInfo.is_delivering==false}}">
|
||||
<!-- <view class="start-delivering" wx:if="{{userInfo&&userInfo.is_delivering==false}}">
|
||||
<view>开启服务,立享配送收益</view>
|
||||
<button class="button" type="primary" size="mini" bind:tap="switchOnTap">开启接单</button>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
<page-container wx:if="{{isShowConfirm}}" model:show="{{isShowConfirm}}" position="bottom"
|
||||
round class="confirm-sending" close-on-slide-down>
|
||||
@ -166,7 +169,7 @@
|
||||
<view class="phone">{{userInfo.phone}}</view>
|
||||
<view class="community-name">{{userInfo.community_name}}</view>
|
||||
<view class="spliter spliter1"></view>
|
||||
<view class="loop-order-switch">
|
||||
<!-- <view class="loop-order-switch">
|
||||
<view>语音播报</view>
|
||||
<view>
|
||||
<view class="weui-loading" wx:if="{{bgNoticeLoadResult.loading}}"></view>
|
||||
@ -174,7 +177,7 @@
|
||||
<switch wx:else class="switch" checked="{{isStartLoopOrder}}" bindchange="loopOrderChange"/>
|
||||
</view>
|
||||
</view>
|
||||
<view class="spliter"></view>
|
||||
<view class="spliter"></view> -->
|
||||
<view class="order-info">
|
||||
<view class="item">
|
||||
<view class="key">总量订单</view>
|
||||
|
||||
@ -12,20 +12,6 @@
|
||||
width:56rpx;
|
||||
height:56rpx;
|
||||
}
|
||||
.nav-bar .community{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color:#fff;
|
||||
margin-left:24rpx;
|
||||
background: rgba(255, 255, 255, 0.08);
|
||||
border-radius: 40rpx;
|
||||
font-size: 28rpx;
|
||||
padding:15rpx 30rpx;
|
||||
}
|
||||
.nav-bar .community .icon{
|
||||
width:20rpx;height:20rpx;
|
||||
margin-right:8rpx;
|
||||
}
|
||||
.nav-bar .start-order-switch{
|
||||
background: rgba(255, 255, 255, 0.08);
|
||||
border-radius: 40rpx;
|
||||
|
||||
@ -29,6 +29,10 @@
|
||||
"enableVConsole": "open",
|
||||
"privacy": {
|
||||
"enable": true
|
||||
},
|
||||
"abi": {
|
||||
"arm64-v8a": true,
|
||||
"armeabi-v7a": true
|
||||
}
|
||||
},
|
||||
"mini-ios": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user