1. 特色方模块
This commit is contained in:
@@ -48,6 +48,8 @@
|
||||
|
||||
<view class="setting-panel">
|
||||
|
||||
<wx-bind-entry ref="wxBindEntry" />
|
||||
|
||||
<account-switch-entry />
|
||||
|
||||
<view
|
||||
@@ -84,6 +86,8 @@ import ClinicSalespersonPageLayout from '@/subPackages/sub_clinic_salesperson/co
|
||||
|
||||
import AccountSwitchEntry from '@/components/account-switch/account-switch-entry.vue'
|
||||
|
||||
import WxBindEntry from '@/components/wx-bind-entry/wx-bind-entry.vue'
|
||||
|
||||
import { getClinicSalespersonMyInfo } from '@/api/clinicSalesperson.js'
|
||||
|
||||
import { clearLoginStorage } from '@/utils/loginSession.js'
|
||||
@@ -92,7 +96,7 @@ import { clearLoginStorage } from '@/utils/loginSession.js'
|
||||
|
||||
export default {
|
||||
|
||||
components: { ClinicSalespersonPageLayout, AccountSwitchEntry },
|
||||
components: { ClinicSalespersonPageLayout, AccountSwitchEntry, WxBindEntry },
|
||||
|
||||
data() {
|
||||
|
||||
@@ -124,6 +128,8 @@ export default {
|
||||
|
||||
this.loadProfile()
|
||||
|
||||
if (this.$refs.wxBindEntry) this.$refs.wxBindEntry.refresh()
|
||||
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user