|
@@ -2857,6 +2857,8 @@ export default {
|
|
0,
|
|
0,
|
|
Math.floor(this.maxHeight / this.itemHeight) + 1
|
|
Math.floor(this.maxHeight / this.itemHeight) + 1
|
|
)
|
|
)
|
|
|
|
+ console.log("获取到的数据")
|
|
|
|
+ console.log(this.visibleList)
|
|
try {
|
|
try {
|
|
//遍历保留两位小数
|
|
//遍历保留两位小数
|
|
this.visibleList.forEach(e=>{
|
|
this.visibleList.forEach(e=>{
|