From 31d69134d1bcaac9c50b6a57784aeb436d5bd75c Mon Sep 17 00:00:00 2001 From: jyy <935090232@qq.com> Date: Thu, 08 Apr 2021 19:21:10 +0800 Subject: [PATCH] 扫码登录 --- zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html index 15d5daa..ce54cfa 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html @@ -1535,7 +1535,7 @@ return; } vipId = this.vipInfo.id; - openAddService(); + openAddService(vipId); }, // 开订单 addOrder() { -- Gitblit v1.9.1