car.wxml 192 B

123456
  1. <!--pages/car/car.wxml-->
  2. <text>购物车</text>
  3. <import src="/pages/home/home"/>
  4. <template is="news" data="{{holiday:'假期'}}" />
  5. <header></header>
  6. <button bind:tap="goJump">跳转</button>