@ -36,6 +36,10 @@ new Vue({
},
mounted: function() {
var vm = this;
var townCode = getUrlParms('cityVal');
if(townCode){
vm.townCode = townCode;
}
updateFontSize();
this.formatDate();
this.initData(this.type,vm.townCode);