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.
|
<!--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>
|