| | |
| | | <view class="flex user-info">
|
| | | <!-- 头像 -->
|
| | |
|
| | | <image class="user-icon" v-if="currentInfo.picture
|
| | | ||currentInfo.customerDTO&¤tInfo.customerDTO.cover
|
| | | <image class="user-icon" v-if="
|
| | | currentInfo.customerDTO&¤tInfo.customerDTO.cover
|
| | | ||currentInfo.supplierDTO&¤tInfo.supplierDTO.cover |
| | | || currentInfo.picture
|
| | | " :src="
|
| | | currentInfo.customerDTO&¤tInfo.customerDTO.cover
|
| | | ||currentInfo.supplierDTO&¤tInfo.supplierDTO.cover
|
| | | " :src="currentInfo.picture
|
| | | ||currentInfo.customerDTO&¤tInfo.customerDTO.cover
|
| | | ||currentInfo.supplierDTO&¤tInfo.supplierDTO.cover" mode="scaleToFill"></image>
|
| | | || currentInfo.picture
|
| | | " mode="scaleToFill"></image>
|
| | | <image class="user-icon" v-else
|
| | | src='https://youzhen123.oss-cn-huhehaote.aliyuncs.com/WechatOwnerProperty/images/mrtx.png'
|
| | | mode="scaleToFill"></image>
|
| | |
| | | </view>
|
| | | </view>
|
| | | <view class="flex order-icons-container">
|
| | | <view class="order-icons" style="position: relative;" @click="goto('/pages/order/order?status=PENDING',true)">
|
| | | <view class="order-icons" style="position: relative;"
|
| | | @click="goto('/pages/order/order?status=PENDING',true)">
|
| | | <image src="../../static/images/customer/order/order-type-1.png" class="order-icon dfk"
|
| | | style="position: relative;"> |
| | | <view class="image-shop-number" v-if="order_pendding_num">{{order_pendding_num||''}}</view> |
| | | style="position: relative;">
|
| | | <view class="image-shop-number" v-if="order_pendding_num">{{order_pendding_num||''}}</view>
|
| | | </image>
|
| | | <view>待付款</view>
|
| | | </view>
|
| | |
| | | })
|
| | | //获取待支付数目
|
| | | this.$http.request('get', '/api/customer/order/count/pending', {
|
| | | params: {
|
| | | }
|
| | | params: {}
|
| | | }).then(res => {
|
| | | if (res.code === 0) {
|
| | | that.order_pendding_num = res.data || 0
|