shouye.wxml 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. <!--pages/shouye.wxml-->
  2. <l-search-bar l-container-class="aa" bg-color="#e5e7df" placeholder="搜索" show-cancel="{{false}}" bind:linfocus="search"/>
  3. <l-tabs l-class-header="l-class-header" l-class-active="l-class-active" has-line="false" placement="top" scrollable equal-width="{{false}}">
  4. <l-tabpanel has-line="false" wx:for="{{scrollAbleTabs}}" tab="{{item.tab}}" key="{{item.key}}" slot="{{item.key}}" wx:key="key">
  5. <!-- <view class="tab-content">{{item.tab}}</view> -->
  6. </l-tabpanel>
  7. </l-tabs>
  8. <view wx:for="{{goodsList}}" wx:key="msg">
  9. <l-card type="primary" l-img-class="right-card" position="left" image="https://img.pddpic.com/mms-material-img/2021-02-23/7ba1ee16-fb91-4785-98ab-bda3afd6002f.png.a.jpeg"
  10. bindtap="goodsDetail" full="true">
  11. <view class="super-long-test">
  12. <image class="empty-icon" src="/pages/image/dd.png" ></image>
  13. 【五件套】不锈钢盆圆形加厚加深盆子家用厨房装汤和面洗菜沥水盆
  14. </view>
  15. <view class="containertag">
  16. <l-tag plain="{{true}}" font-color="#d81e06" shape="circle" size="medium" l-class="tag" class="describe" >20元券</l-tag>
  17. <l-tag plain="{{true}}" font-color="#d81e06" shape="circle" size="medium" l-class="tag" class="fanli">返利0.01</l-tag>
  18. </view>
  19. <view class="price-v">
  20. <text class="price">劵后¥{{(2000)/100}}</text> <text class="yprice">原价{{10000/100}}</text>
  21. </view>
  22. <text class="contentcard">
  23. 销量:10万+
  24. </text>
  25. <text class="contentcard">店铺:旗舰店</text>
  26. </l-card>
  27. </view>