Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
c022d172
Commit
c022d172
authored
Sep 16, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂无推广商品
parent
7eef437d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
extendProduct.wxml
src/pages/extendProduct/extendProduct.wxml
+5
-2
extendProduct.wxss
src/pages/extendProduct/extendProduct.wxss
+5
-0
No files found.
src/pages/extendProduct/extendProduct.wxml
View file @
c022d172
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
</view>
</view>
<view class="buy-product-wrap">
<view class="buy-product-wrap">
<view class="buy-product-content">
<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">
<view class="prod-img">
<image src="{{item.productImgUrl}}" />
<image src="{{item.productImgUrl}}" />
</view>
</view>
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
</view>
</view>
</view>
</view>
<view class="share-wrap">
<view class="share-wrap"
wx:if="{{extendProList.length}}"
>
<view class="share-button" bindtap="onTapPoster">
<view class="share-button" bindtap="onTapPoster">
<image mode="widthFix" />
<image mode="widthFix" />
<text>快速分享</text>
<text>快速分享</text>
...
@@ -90,6 +90,9 @@
...
@@ -90,6 +90,9 @@
<text>生成海报</text>
<text>生成海报</text>
</view>
</view>
</view>
</view>
<view class="df no-list" wx:if="{{!extendProList.length}}">
暂无推广商品
</view>
</scroll-view>
</scroll-view>
<!-- </swiper-item>
<!-- </swiper-item>
<swiper-item> -->
<swiper-item> -->
...
...
src/pages/extendProduct/extendProduct.wxss
View file @
c022d172
...
@@ -4,6 +4,11 @@ page{
...
@@ -4,6 +4,11 @@ page{
background: #ffffff;
background: #ffffff;
padding-bottom: 100rpx;
padding-bottom: 100rpx;
}
}
.no-list {
padding-top:100rpx;
font-size: 28rpx;
color: #666666;
}
scroll-view{
scroll-view{
height: 100%;
height: 100%;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment