zhanghaoyu il y a 6 ans
Parent
commit
9d317c1d79
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      page/bigData/js/alert5.js

+ 4 - 0
page/bigData/js/alert5.js

@ -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);