浏览代码

图片地址处理

1178232204@qq.com 3 年之前
父节点
当前提交
f3dcae9007
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/js/cdss.js

+ 2 - 2
src/js/cdss.js

@@ -712,7 +712,7 @@ function renderDiagList(list, showNum) {
           <div class="moduleCenter"></div>
         </div>`
     }
-    str += `${list.length > showNum ? `<p class="toogle">加载更多<img src=${more}/></p>` : ''} </div>`
+    str += `${list.length > showNum ? `<p class="toogle">加载更多<img src=${more} /></p>` : ''} </div>`
     $('.moduleItem.maydiagnose').append(str)
     $('.moduleItem.maydiagnose').css("display", "block")
     $('.maydiagnose .goDetail').on("click", function (e) {
@@ -764,7 +764,7 @@ function renderAffListList(list, showNum) {
           <div class="moduleCenter"></div>
         </div>`
     }
-    str += `${list.length > showNum ? `<p class="toogle">加载更多<img src=${more}/></p>` : ''} </div>`
+    str += `${list.length > showNum ? `<p class="toogle">加载更多<img src=${more} /></p>` : ''} </div>`
 
     $('.moduleItem.hasdiagnose').append(str)
     $('.moduleItem.hasdiagnose').css("display", "block")