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); }; }, },