代码格式类似如下,在一个组建中
<view v-if="props.elData.style ===1 && goodsList.length" class="goods-lg-box">
<view class="ss-m-b-20" v-for="item in goodsList" :key="item.id">
<ui-goods-card class="goods-card" size="lg" :includes="goodsFields" :title="item.title"
:subTitle="item.subtitle" :img="item.image" :price="item.price" :originPrice="item.original_price"
:titleColor="goodsFieldsStyle.title?.color" :subTitleColor="goodsFieldsStyle.subtitle.color"
:sales="item.sales" @click="sheep.$router.go('/pages/goods/detail/index')">
<template #cart>
<button class="ss-reset-button cart-btn"
:style="[buyStyle]">{{buyData.style ===1 ? buyData.text : '' }}</button>
</template>
</ui-goods-card>
</view>
</view>
3 个回复
小枫叶 - 外包接单加v:wlmk1234567 注明来意
这是具名插槽?
小枫叶 - 外包接单加v:wlmk1234567 注明来意
语法糖好像不支持的
u***@126.com
你的问题解决了吗?我现在好像也用不了