Browse Source

删除按钮

master
zheng_hb 2 months ago
parent
commit
99712e8885
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      components/cart/CardList.vue

+ 0
- 1
components/cart/CardList.vue View File

@ -20,7 +20,6 @@
</view>
<view class="button-sp-area" v-if="Array.isArray(item.btnObj) && item.btnObj.length > 0">
<button @click="skip(val)" :style="{background: val.bgColor, color: val.color}" v-for="(val, i) in item.btnObj" :key="i" class="mini-btn" size="mini">{{val.btnTitle}}</button>
<button>4332432</button>
</view>
</view>
</view>


Loading…
Cancel
Save