Commit 6714bede authored by sujie@126.com's avatar sujie@126.com

dd

parent dbc9d2cb
......@@ -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'
}
},
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment