细节优化

This commit is contained in:
kron
2025-07-30 10:25:58 +08:00
parent 1e4ce52a93
commit d7306db2dd
5 changed files with 40 additions and 7 deletions

View File

@@ -56,8 +56,6 @@ function createWebSocket(token, onMessage) {
uni.setStorageSync("latestRank", msg.lvl);
} else if (msg.constructor === MESSAGETYPES.LvlUpdate) {
uni.setStorageSync("latestLvl", msg.lvl);
} else if (msg.constructor === MESSAGETYPES.PaySuccess) {
console.log(1111111, msg);
}
});