From b0c92630314e4e9f8974678a26000d1917fa43b9 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Wed, 14 Jun 2023 11:36:36 +0800 Subject: [PATCH] update --- .../src/views/pile/merchant/components/adapayMember.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue b/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue index be6e056a5..eb1e0539e 100644 --- a/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue +++ b/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue @@ -480,8 +480,8 @@ export default { xhr.onload = function () { // console.log(xhr.responseText,'responseText') that.options = JSON.parse(xhr.responseText); - console.log('检测类型',Object.prototype.toString.call(that.options)) - console.log("option的值", that.options); + // console.log('检测类型',Object.prototype.toString.call(that.options)); + // console.log("option的值", that.options); }; }, },