Authored by yyq

前端js变量声明bug

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