fix: 修改个人中心页、导航栏bug

This commit is contained in:
R524809
2026-05-25 15:03:43 +08:00
parent 4379358a41
commit 000d7d8a7f
6 changed files with 41 additions and 8 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ Page({
onLoad() {
this.syncUserInfoFromApp();
const isDevEnv =
wx.getAccountInfoSync().miniProgram.envVersion !== 'release';
wx.getAccountInfoSync().miniProgram.envVersion === 'develop';
this.setData({
isDevEnv,
});