소스 검색

bug 修复

lilei 4 년 전
부모
커밋
a981815293
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      pages/work/index/index.vue

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

@@ -144,7 +144,8 @@ export default {
 			this.showReset()
 			this.showReset()
 		}
 		}
 		if(this.$store.state.vuex_workStatus == 'starting'){
 		if(this.$store.state.vuex_workStatus == 'starting'){
-			this.starting()
+			this.status = 'start'
+			this.$store.state.vuex_workStatus = 'start'
 		}
 		}
 	},
 	},
 	onLoad(options) {
 	onLoad(options) {