Эх сурвалжийг харах

消除绿点提示bug修复

cyzhao 1 жил өмнө
parent
commit
755557ca84

+ 1 - 1
Gameserver/App/process/StoreProc.php

@@ -205,7 +205,7 @@ class StoreProc {
 
         my_Assert(StlUtil::dictHasProperty($user->store->gemStore, $uid), ErrCode::user_store_NoItem);
         
-        $user->store->gemStore->isNew = 0;
+        $user->store->gemStore->$uid->isNew = 0;
         
         ctx($user);
         UserProc::updateUserInfo();