|
@@ -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({
|