This commit is contained in:
Lemon
2023-06-14 11:42:26 +08:00

View File

@@ -480,8 +480,8 @@ export default {
xhr.onload = function () { xhr.onload = function () {
// console.log(xhr.responseText,'responseText') // console.log(xhr.responseText,'responseText')
that.options = JSON.parse(xhr.responseText); that.options = JSON.parse(xhr.responseText);
console.log('检测类型',Object.prototype.toString.call(that.options)) // console.log('检测类型',Object.prototype.toString.call(that.options));
console.log("option的值", that.options); // console.log("option的值", that.options);
}; };
}, },
}, },