Authored by yyq

前端js变量声明bug

... ... @@ -227,7 +227,7 @@ var areaSelect = {
return this.area ? this.area.id : '';
},
text: function() {
let arr = [];
var arr = [];
if (this.province.text) {
arr.push(this.province.text);
... ...