更新状态
This commit is contained in:
parent
0e84a4fe84
commit
261e57a6a3
|
|
@ -23,7 +23,7 @@ const ENV = {
|
|||
}
|
||||
|
||||
// 当前环境 - 开发时使用 development,打包时改为 production
|
||||
const CURRENT_ENV = 'production'
|
||||
const CURRENT_ENV = 'development'
|
||||
|
||||
// 导出配置
|
||||
export const config = {
|
||||
|
|
|
|||
|
|
@ -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
BIN
miniapp/static/ic_bind.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in New Issue
Block a user