소스 검색

bug 修复

lilei 4 년 전
부모
커밋
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({