lilei 4 лет назад
Родитель
Сommit
cb5b38c938
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages/work/index/index.vue

+ 1 - 1
pages/work/index/index.vue

@@ -134,10 +134,10 @@ export default {
 	},
 	onShow() {
 		console.log(this.$store.state.vuex_workStatus,"onShow")
+		this.kfMobile = this.$store.state.vuex_kfMobile
 	},
 	onLoad(options) {
 		console.log("onLoad")
-		this.kfMobile = this.$store.state.vuex_kfMobile
 		// 创建websocket
 		this.$store.commit('$webSocket')
 		uni.showLoading({