shawenguan hace 2 años
padre
commit
3fe5dffd43
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      Scripts/gandart/gandartComposite.js
  2. 1 1
      Scripts/gandart/gandartLock.js

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
Scripts/gandart/gandartComposite.js


+ 1 - 1
Scripts/gandart/gandartLock.js

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

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio