From 662445047bd24967041b74cd6be53b7493ff312d Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 21 十一月 2023 18:28:02 +0800 Subject: [PATCH] # --- pages/business/pricing/priOnline.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/pages/business/pricing/priOnline.vue b/pages/business/pricing/priOnline.vue index 882c83a..8833c9a 100644 --- a/pages/business/pricing/priOnline.vue +++ b/pages/business/pricing/priOnline.vue @@ -90,7 +90,6 @@ data: param, success(res) { res = res.data - console.log(res); // return if (res.code === 200) { for (let k of res.data.records) { @@ -119,7 +118,6 @@ }, async getDetail() { let res = await user.getDetail() - console.log(res); if (res.code === 200) { this.user.username = res.data.username this.user.id = res.data.id -- Gitblit v1.9.1