Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
zhiliang-light-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
163c37bf
authored
2019-11-19 18:11:45 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
a49eae4f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
11 deletions
src/pages/gift-detail/gift-detail.js
src/pages/rank/rank.scss
src/pages/rank/rank.wxml
src/pages/gift-detail/gift-detail.js
View file @
163c37b
...
...
@@ -207,19 +207,18 @@ Page({
default
:
break
;
}
break
;
// 兑换成功
case
"_evt_order_submit_success"
:
app
.
router
.
push
({
path
:
"giftShop"
,
openType
:
"switchTab"
})
break
;
break
;
case
"_evt_order_submit_success"
:
app
.
router
.
push
({
path
:
"giftShop"
,
openType
:
"switchTab"
})
break
;
default
:
break
;
default
:
break
;
}
},
})
...
...
src/pages/rank/rank.scss
View file @
163c37b
...
...
@@ -255,10 +255,19 @@ $contentWidth:690px;
}
// 排行榜提示
.rank-tpis
{
margin
:
12px
auto
0
;
text-align
:
center
;
// color: #E62435;
color
:
#ffffff
;
font-size
:
22px
;
}
// 按钮容器
.btn-wrap
{
position
:
relative
;
margin
:
36
px
auto
0
;
margin
:
24
px
auto
0
;
.btn
{
position
:
relative
;
...
...
src/pages/rank/rank.wxml
View file @
163c37b
...
...
@@ -103,6 +103,8 @@
</view>
</block>
</view>
<!-- 排行提示 -->
<view class="rank-tpis">本排行榜仅面向五金分销商及电工</view>
<!-- 我的奖励按钮 -->
<view wx:if="{{status == 'promotion'}}" class="btn-wrap">
<view bindtap="onRankGiftHandler" class="btn">
...
...
Please
register
or
sign in
to post a comment