Commit c022d172 by 高淑倩

暂无推广商品

parent 7eef437d
......@@ -39,7 +39,7 @@
</view>
<view class="buy-product-wrap">
<view class="buy-product-content">
<view class="buy-list" wx:for="{{extendProList}}" wx:key="{{index}}">
<view class="buy-list" wx:if="{{extendProList.length}}" wx:for="{{extendProList}}" wx:key="{{index}}">
<view class="prod-img">
<image src="{{item.productImgUrl}}" />
</view>
......@@ -80,7 +80,7 @@
</view>
</view>
<view class="share-wrap">
<view class="share-wrap" wx:if="{{extendProList.length}}">
<view class="share-button" bindtap="onTapPoster">
<image mode="widthFix" />
<text>快速分享</text>
......@@ -90,6 +90,9 @@
<text>生成海报</text>
</view>
</view>
<view class="df no-list" wx:if="{{!extendProList.length}}">
暂无推广商品
</view>
</scroll-view>
<!-- </swiper-item>
<swiper-item> -->
......
......@@ -4,6 +4,11 @@ page{
background: #ffffff;
padding-bottom: 100rpx;
}
.no-list {
padding-top:100rpx;
font-size: 28rpx;
color: #666666;
}
scroll-view{
height: 100%;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment