|
@@ -2,6 +2,9 @@
|
|
import {hasUpdate} from '@/utils/common.js'
|
|
import {hasUpdate} from '@/utils/common.js'
|
|
export default {
|
|
export default {
|
|
onLaunch: function(options) {
|
|
onLaunch: function(options) {
|
|
|
|
+ if(options.query.thirdCode){
|
|
|
|
+ this.$store.commit('setThirdCode',options.query.thirdCode)
|
|
|
|
+ }
|
|
this.$store.dispatch('getUserInfo')
|
|
this.$store.dispatch('getUserInfo')
|
|
this.$store.dispatch('getTabBar')
|
|
this.$store.dispatch('getTabBar')
|
|
const ENV=uni.getAccountInfoSync().miniProgram
|
|
const ENV=uni.getAccountInfoSync().miniProgram
|