| | |
| | | <view class="order-card__route-main"> |
| | | <view class="order-card__route-item"> |
| | | <view class="order-card__route-texts"> |
| | | <text class="order-card__route-title">{{ item.depositShopName }}大苏打打算</text> |
| | | <text class="order-card__route-title">{{ item.depositShopName }}</text> |
| | | <text class="order-card__route-desc">{{ item.depositShopAddress }}</text> |
| | | </view> |
| | | <image src="/static/image/ic_daohang@2x.png" mode="widthFix" class="order-card__nav" @click.stop="navigateToAddress(item, 'deposit')"></image> |
| | |
| | | } |
| | | this.stats = [ |
| | | { value: res.data.score, label: '服务分' }, |
| | | { value: res.data.todayCommission, label: '今日预计佣金' }, |
| | | { value: ((res.data.todayCommission / 100) || 0).toFixed(2), label: '今日预计佣金' }, |
| | | { value: res.data.todayOrderCount, label: '今日接单' } |
| | | ] |
| | | } |