2.6 盈利能力模块表格完善
This commit is contained in:
@@ -103,7 +103,6 @@
|
||||
<view class="sale flex1">卖出 {{getSellPercent()}}%</view>
|
||||
</view>
|
||||
</block>
|
||||
|
||||
<view class="infoC flex">
|
||||
<view class="flex flex1">
|
||||
<image class="icon" src="/pagesStock/static/icon/establishedTime.png" mode="widthFix"></image>
|
||||
@@ -1239,7 +1238,7 @@
|
||||
if (this.selectSearchStockInfo) {
|
||||
code = this.selectSearchStockInfo.stock_code
|
||||
}
|
||||
let param = {limit:8}
|
||||
let param = {limit:16}
|
||||
financialMetrics(code,param).then(res=>{
|
||||
this.financialMetricsList = res.data
|
||||
}).catch(error=>{
|
||||
|
||||
Reference in New Issue
Block a user