|
@@ -122,6 +122,7 @@ export default {
|
|
onLoad(options) {
|
|
onLoad(options) {
|
|
// 创建websocket
|
|
// 创建websocket
|
|
this.$store.commit('$webSocket')
|
|
this.$store.commit('$webSocket')
|
|
|
|
+ // 获取用户及订单信息
|
|
let orderInfo = this.$store.state.vuex_orderInfo
|
|
let orderInfo = this.$store.state.vuex_orderInfo
|
|
this.washCarType = orderInfo.itemCode
|
|
this.washCarType = orderInfo.itemCode
|
|
this.orderNo = orderInfo.orderNo
|
|
this.orderNo = orderInfo.orderNo
|