From 5227ce05a36d16fc32691b73e4d75c8aee9cea51 Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Mon, 11 Jan 2021 16:46:37 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/jyyforjava/hive-app

---
 hive-app/pages/workbench/selectService/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hive-app/pages/workbench/selectService/index.vue b/hive-app/pages/workbench/selectService/index.vue
index 7fd66a9..ad8d172 100644
--- a/hive-app/pages/workbench/selectService/index.vue
+++ b/hive-app/pages/workbench/selectService/index.vue
@@ -124,7 +124,7 @@
 		},
 		methods:{
 			openShoppingCart(){
-				this.$refs.shopCart.show()
+				this.$refs.shopCart.toggle()
 			},
 			// 搜索
 			search(val){

--
Gitblit v1.9.1