shawenguan 1 year ago
parent
commit
3f31c27bb5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Scripts/wubian/wubianHelper.js

+ 1 - 1
Scripts/wubian/wubianHelper.js

@@ -924,7 +924,7 @@ function handleGoodsInfo() {
             authorInfo.nickName = `${authorInfo.nickName}#改`;
         }
     }
-    let owner = data.owner;
+    let owner = rspData.data.owner;
     if (owner) {
         let userDataCache = magicJS.data.read(WuBianConstKey.AllUserSimpleInfo, {});
         if (!userDataCache[owner.id]) {