改回来改回去

This commit is contained in:
2025-03-17 00:06:48 +08:00
parent 53defb65fe
commit 2d9451438c
3 changed files with 17 additions and 24 deletions

View File

@ -3,15 +3,18 @@
<view style="height:{{statusBarHeight}}px" class="status-bar"></view> <view style="height:{{statusBarHeight}}px" class="status-bar"></view>
<view class="nav-bar"> <view class="nav-bar">
<image src="/assets/icon/left-panel-btn.png" class="left-btn" bind:tap="openLeftPanel"/> <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"/> <!-- <view class="start-order-switch">
<label>{{userInfo.community_name}}</label>
</view> -->
<view class="start-order-switch">
<label> <label>
{{userInfo.is_delivering?'接单中':'暂停接单'}} {{userInfo.is_delivering?'接单中':'暂停中'}}
</label> </label>
<switch class="switch" checked="{{userInfo.is_delivering}}" capture-catch:tap="switchOnTap"/> <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>
</view> </view>
@ -119,10 +122,10 @@
</list-view> </list-view>
</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> <view>开启服务,立享配送收益</view>
<button class="button" type="primary" size="mini" bind:tap="switchOnTap">开启接单</button> <button class="button" type="primary" size="mini" bind:tap="switchOnTap">开启接单</button>
</view> </view> -->
<page-container wx:if="{{isShowConfirm}}" model:show="{{isShowConfirm}}" position="bottom" <page-container wx:if="{{isShowConfirm}}" model:show="{{isShowConfirm}}" position="bottom"
round class="confirm-sending" close-on-slide-down> round class="confirm-sending" close-on-slide-down>
@ -166,7 +169,7 @@
<view class="phone">{{userInfo.phone}}</view> <view class="phone">{{userInfo.phone}}</view>
<view class="community-name">{{userInfo.community_name}}</view> <view class="community-name">{{userInfo.community_name}}</view>
<view class="spliter spliter1"></view> <view class="spliter spliter1"></view>
<view class="loop-order-switch"> <!-- <view class="loop-order-switch">
<view>语音播报</view> <view>语音播报</view>
<view> <view>
<view class="weui-loading" wx:if="{{bgNoticeLoadResult.loading}}"></view> <view class="weui-loading" wx:if="{{bgNoticeLoadResult.loading}}"></view>
@ -174,7 +177,7 @@
<switch wx:else class="switch" checked="{{isStartLoopOrder}}" bindchange="loopOrderChange"/> <switch wx:else class="switch" checked="{{isStartLoopOrder}}" bindchange="loopOrderChange"/>
</view> </view>
</view> </view>
<view class="spliter"></view> <view class="spliter"></view> -->
<view class="order-info"> <view class="order-info">
<view class="item"> <view class="item">
<view class="key">总量订单</view> <view class="key">总量订单</view>

View File

@ -12,20 +12,6 @@
width:56rpx; width:56rpx;
height: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{ .nav-bar .start-order-switch{
background: rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.08);
border-radius: 40rpx; border-radius: 40rpx;

View File

@ -29,6 +29,10 @@
"enableVConsole": "open", "enableVConsole": "open",
"privacy": { "privacy": {
"enable": true "enable": true
},
"abi": {
"arm64-v8a": true,
"armeabi-v7a": true
} }
}, },
"mini-ios": { "mini-ios": {