Merge branch 'ymf' of https://newgitea.sxczgkj.cn/czg_team/cashier_wx into gyq
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
v-if="item.type == 'sku' || (item.type == 'package' && item.groupType == '1')"
|
||||
@click.stop="clickspecifications(item, index, index1)"
|
||||
>
|
||||
<text class="t" v-if="item.groupType == '1'">选择套餐</text>
|
||||
<text class="t no-wrap" v-if="item.groupType == '1'">选择套餐</text>
|
||||
<text class="t" v-else>选规格</text>
|
||||
<text class="dot num" v-if="item.cartNumber > 0">{{ ifcartNumber(item) < 99 ? ifcartNumber(item) : '99+' }}</text>
|
||||
</view>
|
||||
|
||||
@@ -9,8 +9,10 @@
|
||||
<image class="my_info_left_head" :src="userInfo.headImg" mode="aspectFill"></image>
|
||||
<view class="name">{{userInfo.nickName}}</view>
|
||||
</view>
|
||||
<image class="my_info_right_qr" @click="clickEvent" src="/static/icon/code.png" mode="aspectFill">
|
||||
<image class="my_info_right_qr" src="/static/icon/code.png" mode="aspectFill">
|
||||
</image>
|
||||
|
||||
|
||||
<!-- <image class="my_info_right_qr" @click="clickEvent" v-if="userInfo.isVip == 1 && ShopId"
|
||||
:src="'https://czg-qr-order.oss-cn-beijing.aliyuncs.com/my/my_qRcode.png'" mode="aspectFill">
|
||||
</image>
|
||||
|
||||
Reference in New Issue
Block a user