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
c6492af2
Commit
c6492af2
authored
Nov 15, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_7.2.0' of
ssh://gitlab.bigaka.net:2287/gaoshq/7-Eleven
into dev_7.2.0
parents
5655bd75
052f0d34
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
10 deletions
+29
-10
welfare.js
src/shoppingGuid/page/pages/welfare/welfare.js
+3
-3
welfare.wxml
src/shoppingGuid/page/pages/welfare/welfare.wxml
+2
-2
welfare.wxss
src/shoppingGuid/page/pages/welfare/welfare.wxss
+24
-5
No files found.
src/shoppingGuid/page/pages/welfare/welfare.js
View file @
c6492af2
...
@@ -246,9 +246,9 @@ wxService.page({
...
@@ -246,9 +246,9 @@ wxService.page({
title
:
'加载中'
,
title
:
'加载中'
,
mask
:
true
mask
:
true
})
})
wxService
.
post
(
let
pageSize
=
this
.
data
.
guidCollege
.
pageSize
,
`/merchant/guideCollege/getPageInfoList?pageSize=
${
this
.
data
.
guidCollege
.
pageSize
}
&pageNum=
${
this
.
data
.
guidCollege
.
pageNum
}
`
,
pageNum
=
this
.
data
.
guidCollege
.
pageNum
;
{
wxService
.
post
(
`/merchant/guideCollege/getPageInfoListC?pageSize=
${
pageSize
}
&pageNum=
${
pageNum
}
`
,
{
title
:
''
title
:
''
}
}
).
then
(
res
=>
{
).
then
(
res
=>
{
...
...
src/shoppingGuid/page/pages/welfare/welfare.wxml
View file @
c6492af2
...
@@ -55,10 +55,10 @@
...
@@ -55,10 +55,10 @@
</view> -->
</view> -->
</view>
</view>
<view class='rg-btn'>
<view class='rg-btn'>
<button class='
theme-color
' data-item="{{item}}"
<button class='' data-item="{{item}}"
bindtap='onTapToRecommandProduct'>立即群发</button>
bindtap='onTapToRecommandProduct'>立即群发</button>
<!-- style='background-color:#0091FF' -->
<!-- style='background-color:#0091FF' -->
<button class='
theme-color
'
<button class=''
data-item="{{item}}" bindtap='onTapToShare'>定向发送</button>
data-item="{{item}}" bindtap='onTapToShare'>定向发送</button>
</view>
</view>
</view>
</view>
...
...
src/shoppingGuid/page/pages/welfare/welfare.wxss
View file @
c6492af2
...
@@ -115,10 +115,17 @@ view{
...
@@ -115,10 +115,17 @@ view{
}
}
.recommand-product .product-item .product-info .pro-main-title{
.recommand-product .product-item .product-info .pro-main-title{
font-size: 2
8
rpx;
font-size: 2
6
rpx;
color: #333333;
color: #333333;
font-weight: bold;
font-weight: bold;
margin-bottom: 10rpx;
margin-bottom: 15rpx;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
}
.pro-second-title{
.pro-second-title{
...
@@ -155,11 +162,23 @@ view{
...
@@ -155,11 +162,23 @@ view{
}
}
.price-btn .rg-btn button{
.price-btn .rg-btn button{
font-size: 2
4
rpx;
font-size: 2
2
rpx;
height:
50
rpx;
height:
45
rpx;
color: #
ffffff
;
color: #
cb3c3c
;
display: flex;
display: flex;
align-items: center;
align-items: center;
padding: 0 10rpx;
border: solid 2rpx #cb3c3c;
background: #ffffff;
margin: 0;
}
.price-btn .rg-btn button:first-child{
margin-right: 15rpx;
}
.price-btn .rg-btn button::after{
border: none;
}
}
.price .normal{
.price .normal{
...
...
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