|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="item-cmd_bx">
|
|
<view class="item-cmd_bx">
|
|
|
<view class="img_bx">
|
|
<view class="img_bx">
|
|
|
- <app-img :src="info.cover" alt="商品图" mode="aspectFit" :height="160" />
|
|
|
|
|
|
|
+ <app-img :src="info.cover" mode="aspectFit" :height="160" />
|
|
|
</view>
|
|
</view>
|
|
|
<view class="cmd-info_bx">
|
|
<view class="cmd-info_bx">
|
|
|
<view class="tit">
|
|
<view class="tit">
|
|
@@ -16,7 +16,6 @@
|
|
|
<view class="open-bx">
|
|
<view class="open-bx">
|
|
|
<i class="iconfont iconjian" :class="delAnimationData?'animation':''" @click="delEvent" v-if="bigCount > 0 || smallCount > 0"></i>
|
|
<i class="iconfont iconjian" :class="delAnimationData?'animation':''" @click="delEvent" v-if="bigCount > 0 || smallCount > 0"></i>
|
|
|
<text class="num" @click="customNum" >
|
|
<text class="num" @click="customNum" >
|
|
|
-<!-- <text class="num" @click="customNum" v-if="bigCount > 0 || smallCount > 0">-->
|
|
|
|
|
<text v-if="bigCount > 0 || smallCount > 0">{{ `${bigCount}` }}</text>
|
|
<text v-if="bigCount > 0 || smallCount > 0">{{ `${bigCount}` }}</text>
|
|
|
<text v-if="smallCount > 0">/</text>
|
|
<text v-if="smallCount > 0">/</text>
|
|
|
<text v-if="smallCount > 0">{{ `${smallCount}` }}</text>
|
|
<text v-if="smallCount > 0">{{ `${smallCount}` }}</text>
|