C端小程序
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.

10 line
373 B

  1. <view class="container">
  2. <!-- <view class="index-position">
  3. <navigator url="/pages/market/index">
  4. <text class="iconfont icon-dingweib txt"></text> {{market.name}} <text class="iconfont icon-choose"></text>
  5. </navigator>
  6. </view> -->
  7. <c-banner wx:key="unique" list="{{list}}" />
  8. <c-rushToBuy />
  9. <c-coupons id="lists" bind:myevent="onGetCode" />
  10. </view>