console.log('数量 ’ + this.newnum)
json数据
“skuList”:
[{
“name”: “种类”,
“list”: [{
“price”: “15”,
“name”: “面条”,
“goods_img”: “//img.alicdn.com/imgextra/i3/2751483692/O1CN01hiPxvJ1d8ymPJRqEc_!!2751483692.jpg_200x200Q50s50.jpg”
}, {
“price”: “20”,
“name”: “米饭”,
“goods_img”: “//img.alicdn.com/imgextra/i3/3874929428/O1CN01E934K92JW4abw8aUg_!!3874929428.jpg_2200x2200Q50s50.jpg_.webp”
}]
}]
源码:
机上餐食
Restaurant
{{price}}
<a class=“sku-close” @click=“cancelMask” aria-label=“关闭”>
种类
v-for=“(l,index) in item.list”
v-bind:key=“index”
@click=“specificationBtn(l,index)”
:class=“{orange:i === index}”
{{l.name}}
-
<button class=“van-stepper__plus” @click=“increment”>+
<cube-button @click=“sku_addCart” :primary=“true”>提交订单