Commit 44ea07b6 authored by lvtz's avatar lvtz

fix

parent 75ed3190
......@@ -110,7 +110,7 @@ Page({
sid,
tag
} = options;
if(id){
if(id && id!=0){
this.setData({
id,
sid,
......@@ -252,7 +252,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/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'
}
},
......
......@@ -514,6 +514,7 @@ Page({
scoretype: 2,
}
})
this.autoclosefeedback();
}
}
this.setData({
......@@ -1327,6 +1328,7 @@ Page({
})
},
autoclosefeedback () {
console.log(22222222222)
setTimeout(() => {
this.setData({
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