shawenguan %!s(int64=2) %!d(string=hai) anos
pai
achega
3fe5dffd43
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      Scripts/gandart/gandartComposite.js
  2. 1 1
      Scripts/gandart/gandartLock.js

A diferenza do arquivo foi suprimida porque é 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;

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio