shawenguan 2 년 전
부모
커밋
d1fb1e5334
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Scripts/gandart/gandartHelper.js

+ 1 - 1
Scripts/gandart/gandartHelper.js

@@ -243,7 +243,7 @@ function handleMyCollectionDetails() {
             }
             cacheDetails[castingId] = cacheLst;
             jsonStr = JSON.stringify(cacheDetails, null, 2);
-            lk.setVal(GandartConstKey.PrivCollectionBrief, jsonStr);
+            lk.setVal(GandartConstKey.PrivCollectionDetail, jsonStr);
 
             lk.log('成功获取个人产品详情列表');
             lk.appendNotifyInfo('🎉成功获取光予个人产品详情列表');