| | |
| | | <view class="paidan-label">接受系统自动派单</view> |
| | | <view class="paidan-right"> |
| | | <text>关闭</text> |
| | | <u-switch activeColor="#00BC12" v-model="autoReceiveStatus"></u-switch> |
| | | <u-switch activeColor="#00BC12" @change="updateMemberInfo" v-model="autoReceiveStatus"></u-switch> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <text>收费标准</text> |
| | | <u-icon name="arrow-right" color="#111111" size="18"></u-icon> |
| | | </view> |
| | | <view class="list-hz-item" @click="jump(2)"> |
| | | <view class="list-hz-item" @click="jump(isLogin?2:5)"> |
| | | <text>工人赚钱</text> |
| | | <view class="list-hz-item-r"> |
| | | <text v-if="userInfo.workerIdentity === 2">已认证</text> |
| | | <text class="bluetxt" v-else-if="userInfo.workerIdentity === 1">认证中</text> |
| | | <text class="orangetxt" v-else-if="userInfo.workerIdentity === 1">认证中</text> |
| | | <text class="redtxt" v-else-if="userInfo.workerIdentity === 3">认证失败</text> |
| | | <text v-else>可接用工订单</text> |
| | | <u-icon name="arrow-right" color="#111111" size="18"></u-icon> |
| | | </view> |
| | | </view> |
| | | <view class="list-hz-item" @click="jump(3)"> |
| | | <view class="list-hz-item" @click="jump(isLogin?3:5)"> |
| | | <text>司机赚钱</text> |
| | | <view class="list-hz-item-r"> |
| | | <text v-if="userInfo.driverIdentity === 2">已认证</text> |
| | | <text class="bluetxt" v-else-if="userInfo.driverIdentity === 1">认证中</text> |
| | | <text class="orangetxt" v-else-if="userInfo.driverIdentity === 1">认证中</text> |
| | | <text class="redtxt" v-else-if="userInfo.driverIdentity === 3">认证失败</text> |
| | | <text v-else>可接运货订单</text> |
| | | <u-icon name="arrow-right" color="#111111" size="18"></u-icon> |
| | | </view> |
| | | </view> |
| | | <view class="list-hz-item" @click="jump(4)"> |
| | | <view class="list-hz-item" @click="jump(isLogin?4:5)"> |
| | | <text>我能供餐</text> |
| | | <view class="list-hz-item-r"> |
| | | <text v-if="userInfo.chefIdentity === 2">已认证</text> |
| | | <text class="bluetxt" v-else-if="userInfo.chefIdentity === 1">认证中</text> |
| | | <text class="orangetxt" v-else-if="userInfo.chefIdentity === 1">认证中</text> |
| | | <text class="redtxt" v-else-if="userInfo.chefIdentity === 3">认证失败</text> |
| | | <text v-else>可接用餐订单</text> |
| | | <u-icon name="arrow-right" color="#111111" size="18"></u-icon> |
| | |
| | | that.changing1 = false |
| | | }) |
| | | } , |
| | | updateMemberInfo() { |
| | | updateMemberInfo(e) { |
| | | if(this.changing){ |
| | | return |
| | | } |
| | |
| | | .redtxt{ |
| | | color:#FF0000 !important ; |
| | | } |
| | | .orangetxt{ |
| | | color: #FF7200 !important ; |
| | | } |
| | | </style> |