| | |
| | | </view> |
| | | <view class="user-left-info-val"> |
| | | <text>门店ID:{{shop.code}}</text> |
| | | <text>积分:{{(shop.integral||0).toFixed(0)}} <text style="color: #004096; margin-left: 10rpx;" @click="jumpShopIntegral">明细</text></text> |
| | | <text>积分:{{(shop.integral||0).toFixed(2)}} <text style="color: #004096; margin-left: 10rpx;" @click="jumpShopIntegral">明细</text></text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <image src="/static/icon/ic_zhuanshuhaibao@2x.png" mode="widthFix"></image> |
| | | <text>专属海报</text> |
| | | </view> |
| | | <view class="func-item" @click="jumpChangePassword"> |
| | | <image src="/static/icon/ic_xiugaimima@2x.png" mode="widthFix"></image> |
| | | <text>修改密码</text> |
| | | </view> |
| | | <view style="width: 25%; height: 0;"></view> |
| | | <view style="width: 25%; height: 0;"></view> |
| | | </view> |
| | |
| | | </view> |
| | | <view class="c-btns"> |
| | | <view class="c-btns-item blue" @click="contactPhone(item)">联系客户</view> |
| | | <view class="c-btns-item bg" v-if="item.status == 1 && item.receiveType ==1" @click="hexiaoOrder(item)">自提核销</view> |
| | | <!-- <view class="c-btns-item bg" v-if="item.status == 1 && item.receiveType ==1" @click="hexiaoOrder(item)">自提核销</view> --> |
| | | </view> |
| | | </view> |
| | | <view class="d" v-if="item.memberInfo" @click="jumpOrderDetail(item.id)"> |
| | |
| | | }) |
| | | }, |
| | | methods:{ |
| | | jumpChangePassword() { |
| | | uni.navigateTo({ |
| | | url: '/pagesA/pages/change-password/change-password' |
| | | }) |
| | | }, |
| | | jumpMX() { |
| | | uni.navigateTo({ |
| | | url: '/pagesA/pages/virtual-account/virtual-account' |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | text { |
| | | width: calc(100vw - 192rpx - 116rpx - 12rpx); |
| | | max-width: calc(100vw - 192rpx - 116rpx - 80rpx); |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | |
| | | } |
| | | } |
| | | .user-qrcode { |
| | | flex-shrink: 0; |
| | | width: 40rpx; |
| | | height: 40rpx; |
| | | image { |