You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hunjianghu/杨盼成/pages/shop-cart/index.wxml

7 lines
223 B

<!--index.wxml-->
<import src="../template-cart/template-cart.wxml"/>
<view class="container">
<template is="{{goodsList.list.length > 0 ? 'cart-goods-list' : 'no-goods'}}" data="{{...goodsList}}"></template>
</view>