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.

index.wxml 318 B

6 vuotta sitten
12345678910
  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 imgUrls="{{imgUrls}}" />
  8. <c-rushToBuy />
  9. <c-coupons />
  10. </view>