Browse Source

修正错误

shawenguan 2 năm trước cách đây
mục cha
commit
61f30d5be0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Scripts/gandart/gandartLock.js

+ 1 - 1
Scripts/gandart/gandartLock.js

@@ -187,9 +187,9 @@ async function refreshLstOnSale(castingId, viewSort, pageSize = 15, page = 1) {
                         let ret = JSON.parse(data);
                         if (ret.success) {
                             let obj = ret.obj;
-                            k.log(`获取到产品[${collectionName}]${obj.page}页寄售列表`);
                             finalRet.totalPage = Math.floor(obj.total / obj.page_size);
                             let lst = obj.list;
+                            lk.log(`获取到产品[${collectionName}]${obj.page}页寄售列表,条目数量:${lst.length}`);
                             for (let d of lst) {
                                 if (d.viewSort == viewSort) {
                                     finalRet.collectionItem = d;