C端小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

10 satır
318 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 imgUrls="{{imgUrls}}" />
  8. <c-rushToBuy />
  9. <c-coupons />
  10. </view>