2.6 盈利能力模块表格完善
This commit is contained in:
@@ -496,13 +496,13 @@
|
||||
*/
|
||||
clickStockName(code)
|
||||
{
|
||||
// if(code.indexOf('.')>-1)
|
||||
// {
|
||||
// code = code.split('.')[0]
|
||||
// }
|
||||
// uni.navigateTo({
|
||||
// url:'/pagesStock/stockCenterDetails/stockCenterDetails?code='+code
|
||||
// })
|
||||
if(code.indexOf('.')>-1)
|
||||
{
|
||||
code = code.split('.')[0]
|
||||
}
|
||||
uni.navigateTo({
|
||||
url:'/pagesStock/stockCenterDetails/stockCenterDetails?code='+code
|
||||
})
|
||||
},
|
||||
/**
|
||||
* 点击查看股票详情
|
||||
@@ -588,7 +588,6 @@
|
||||
this.scoreTop = e.currentTarget.offsetTop+this.navH+(70+10)/750*this.windowWidth
|
||||
this.$refs['expectScorePopup'].open()
|
||||
},
|
||||
|
||||
/**
|
||||
* 点击发送事件评论
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user