diff --git a/src/components/header/header.vue b/src/components/header/header.vue index 597cdce6..8c00a074 100644 --- a/src/components/header/header.vue +++ b/src/components/header/header.vue @@ -8,7 +8,7 @@
- + @@ -69,7 +69,10 @@ export default { }else{ this.$store.dispatch('updatemainPop',{type:type,ishow:true}); } - + + }, + openCustomerService(){ + this.$root.$emit('openCustomerService'); }, offPop(){ this.$store.dispatch('updatemainPop',{type:'',ishow:false}); diff --git a/src/components/play/play.vue b/src/components/play/play.vue index a8f7324b..da187bf8 100644 --- a/src/components/play/play.vue +++ b/src/components/play/play.vue @@ -7,7 +7,7 @@
- + @@ -192,6 +192,9 @@ export default { } }, + openCustomerService(){ + this.$root.$emit('openCustomerService'); + }, offPop(){ this.$store.dispatch('updatemainPop',{type:'',ishow:false}); }, diff --git a/src/components/updateService/CustomerServiceWindow.vue b/src/components/updateService/CustomerServiceWindow.vue new file mode 100644 index 00000000..9731b18f --- /dev/null +++ b/src/components/updateService/CustomerServiceWindow.vue @@ -0,0 +1,547 @@ + + + + +