Commit 44ea07b6 authored by lvtz's avatar lvtz

fix

parent 75ed3190
...@@ -110,7 +110,7 @@ Page({ ...@@ -110,7 +110,7 @@ Page({
sid, sid,
tag tag
} = options; } = options;
if(id){ if(id && id!=0){
this.setData({ this.setData({
id, id,
sid, sid,
...@@ -252,7 +252,7 @@ Page({ ...@@ -252,7 +252,7 @@ Page({
onShareAppMessage: function () { onShareAppMessage: function () {
return { return {
title: '排行榜', title: '排行榜',
path: `/src/pages/rankingList/index?id=${this.data.id}&sid=${this.data.sid}&tag={this.data.bigCurrentTab}`, path: `/src/pages/rankingList/index?id=${this.data.id}&sid=${this.data.sid}&tag=${this.data.bigCurrentTab}`,
imageUrl: 'https://cdn.img.shangjiadao.cn/source/images/dakav3/2c/rankinglist/sharebg.png' imageUrl: 'https://cdn.img.shangjiadao.cn/source/images/dakav3/2c/rankinglist/sharebg.png'
} }
}, },
......
...@@ -514,6 +514,7 @@ Page({ ...@@ -514,6 +514,7 @@ Page({
scoretype: 2, scoretype: 2,
} }
}) })
this.autoclosefeedback();
} }
} }
this.setData({ this.setData({
...@@ -1327,6 +1328,7 @@ Page({ ...@@ -1327,6 +1328,7 @@ Page({
}) })
}, },
autoclosefeedback () { autoclosefeedback () {
console.log(22222222222)
setTimeout(() => { setTimeout(() => {
this.setData({ this.setData({
scoreFeedBackStatus: { scoreFeedBackStatus: {
......
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