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
a2da13c8
Commit
a2da13c8
authored
Sep 17, 2019
by
赵雅纹
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_7.1.0' into fixbug-ZYW
parents
85ee9b63
5d1e489d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
fail.png
src/assets/imgs/7_1_0/08_22/fail.png
+0
-0
extendProduct.wxml
src/pages/extendProduct/extendProduct.wxml
+5
-2
extendProduct.wxss
src/pages/extendProduct/extendProduct.wxss
+5
-0
wxService.js
src/utils/wxService.js
+1
-1
No files found.
src/assets/imgs/7_1_0/08_22/fail.png
0 → 100644
View file @
a2da13c8
10.5 KB
src/pages/extendProduct/extendProduct.wxml
View file @
a2da13c8
...
@@ -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 @
a2da13c8
...
@@ -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%;
}
}
...
...
src/utils/wxService.js
View file @
a2da13c8
...
@@ -108,7 +108,7 @@ class WXService extends Http {
...
@@ -108,7 +108,7 @@ class WXService extends Http {
// 重新登陆之前判断是否登陆过 重新登陆
// 重新登陆之前判断是否登陆过 重新登陆
const
baseUserInfo
=
this
.
getBaseUserInfo
()
const
baseUserInfo
=
this
.
getBaseUserInfo
()
if
(
baseUserInfo
)
{
if
(
baseUserInfo
)
{
this
.
reLogin
()
//
this.reLogin()
return
false
return
false
}
}
}
}
...
...
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