Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
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
wangxuelai
wechatapp.shangjiadao.com
Commits
935315b2
Commit
935315b2
authored
Aug 20, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/sj-dev-0819' into wxl-develop-0819
parents
fe6158f8
6714bede
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
rankList.js
src/pages/themeindex/rankList.js
+1
-1
rankList.wxml
src/pages/themeindex/rankList.wxml
+2
-2
No files found.
src/pages/themeindex/rankList.js
View file @
935315b2
...
...
@@ -242,7 +242,7 @@ Page({
onShareAppMessage
:
function
()
{
return
{
title
:
'排行榜'
,
path
:
`/src/pages/
rankingList/index?id=
${
this
.
data
.
id
}
&sid=
${
this
.
data
.
sid
}
&tag={this.data.bigCurrentTab
}`
,
path
:
`/src/pages/
themeindex/rankList?id=
${
this
.
data
.
id
}
&sid=
${
this
.
data
.
sid
}
&tid=
${
this
.
data
.
tid
}
`
,
imageUrl
:
'https://cdn.img.shangjiadao.cn/source/images/dakav3/2c/rankinglist/sharebg.png'
}
},
...
...
src/pages/themeindex/rankList.wxml
View file @
935315b2
...
...
@@ -3,7 +3,7 @@
<view class="rankingList-container clearfix">
<view class="topheaderbox like" hover-class="none" hover-stop-propagation="false">
<image class="star" src="{{imageRoot}}2c/rankinglist/star.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
<view class="topthree
{{id?'':'topthree-set'}}
" hover-class="none" hover-stop-propagation="false">
<view class="topthree
topthree-set
" hover-class="none" hover-stop-propagation="false">
<view class="rankcard no2" hover-class="none" hover-stop-propagation="false">
<image class="rankicon" src="{{imageRoot}}2c/rankinglist/no2.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
<view class="rankcardbg" hover-class="none" hover-stop-propagation="false"></view>
...
...
@@ -63,7 +63,7 @@
</view>
</view>
</view>
<view class="small-tab-box
{{id?'':'small-tab-box-set'}}
" hover-class="none" hover-stop-propagation="false">
<view class="small-tab-box
small-tab-box-set
" hover-class="none" hover-stop-propagation="false">
<view class="small-tab {{currentTab==1?'active':''}}" data-current="1" bindtap="clickTab" hover-class="none" hover-stop-propagation="false">
<text class="" selectable="false" space="false" decode="false">总榜</text>
<view class="small-tab-line" hover-class="none" hover-stop-propagation="false"></view>
...
...
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