123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!--pages/shouye.wxml-->
- <l-search-bar l-container-class="aa" bg-color="#e5e7df" placeholder="搜索" show-cancel="{{false}}" bind:linfocus="search"/>
- <l-tabs l-class-header="l-class-header" l-class-active="l-class-active" has-line="false" placement="top" scrollable equal-width="{{false}}">
- <l-tabpanel has-line="false" wx:for="{{scrollAbleTabs}}" tab="{{item.tab}}" key="{{item.key}}" slot="{{item.key}}" wx:key="key">
- <!-- <view class="tab-content">{{item.tab}}</view> -->
- </l-tabpanel>
- </l-tabs>
- <l-card type="primary" full l-class="card" l-img-class="right-card" image-mode="aspectFill" image="https://cdn.3n6.cn/yun.share.tour/2021-05-27/2029259/1622099734452029086.jpg">
- <view class="super-long-test">
- <image class="empty-icon" src="/pages/image/dd.png" ></image>
- 【五件套】不锈钢盆圆形加厚加深盆子家用厨房装汤和面洗菜沥水盆
- </view>
- <view class="containertag">
- <l-tag plain="{{true}}" font-color="#d81e06" shape="circle">一元券</l-tag>
- <l-tag plain="{{true}}" font-color="#d81e06" shape="circle">返利0.01元</l-tag>
- </view>
-
-
- <l-price unit="券后价格¥" value="666.00" del-color="#3963bc"></l-price>
- <l-price unit="原价¥" value="666.00" deleted="{{true}}" del-color="#3963bc"></l-price>
- <view class="contentcard">
- 销量
- </view>
- <view class="contentcard">
- 店铺
- </view>
- </l-card>
- <l-card type="primary" full l-class="card" l-img-class="right-card" image-mode="aspectFill" image="https://img.pddpic.com/mms-material-img/2021-02-23/7ba1ee16-fb91-4785-98ab-bda3afd6002f.png.a.jpeg"
- title="做一个热爱生活的人!">
- <view class="contentcard">
- 大雄要死掉了,他对妻子说:我死之后你找一个男人我就在地下打一一个滚。说完就咽气了。某天...
- </view>
- </l-card>
- <l-card type="primary" full l-class="card" l-img-class="right-card" image-mode="aspectFill" image="https://img.pddpic.com/mms-material-img/2021-02-23/7ba1ee16-fb91-4785-98ab-bda3afd6002f.png.a.jpeg"
- title="做一个热爱生活的人!">
- <view class="contentcard">
- 大雄要死掉了,他对妻子说:我死之后你找一个男人我就在地下打一一个滚。说完就咽气了。某天...
- </view>
- </l-card>
-
-
|