uniapp 自定义方法里 如何调用 this.$store 这些方法? getApp() 代替 this 即可

// - vuex 更新方法 getApp().$t.vuex('vuex_user.name', 'xiaoguan2')

// - vuex 读取变量方法 console.log(getApp().$store.state.vuex_user.name)