更新状态

This commit is contained in:
18631081161 2026-02-08 13:22:21 +08:00
parent 0e84a4fe84
commit 261e57a6a3
3 changed files with 7 additions and 2 deletions

View File

@ -23,7 +23,7 @@ const ENV = {
}
// 当前环境 - 开发时使用 development打包时改为 production
const CURRENT_ENV = 'production'
const CURRENT_ENV = 'development'
// 导出配置
export const config = {

View File

@ -164,7 +164,7 @@
</view>
<view class="menu-item" @click="handleFamilyBind" v-if="isLoggedIn && canBindFamily">
<image src="/static/ic_unlock.png" mode="aspectFit" class="menu-icon" />
<image src="/static/ic_bind.png" mode="aspectFit" class="menu-icon" />
<text class="menu-title">绑定家庭成员</text>
<text class="menu-arrow"></text>
</view>
@ -522,6 +522,7 @@ export default {
bindLoading,
familyMembers,
canBindFamily,
loadMemberInfo,
handleFamilyBind,
closeFamilyPopup,
handleBindFamily,
@ -554,6 +555,10 @@ export default {
if (this.loadInteractCounts) {
this.loadInteractCounts()
}
//
if (this.loadMemberInfo) {
this.loadMemberInfo()
}
// badge
chatStore.fetchAllUnreadCounts()
}

BIN
miniapp/static/ic_bind.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB