Преглед изворни кода

wesmiler 更新第5期升级

wesmiler пре 5 година
родитељ
комит
34de1154aa
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      public/themes/default/weixin/public/assets/js/entry.js

+ 2 - 1
public/themes/default/weixin/public/assets/js/entry.js

@@ -36,6 +36,7 @@ var app = new Vue({
         timeId: null,
     },
     created: function(){
+        var _this = this
         this.getInfo();
         var rebackurl = getParam('rebackurl');
         if(typeof (rebackurl) != 'undefined' && rebackurl != null){
@@ -50,7 +51,7 @@ var app = new Vue({
             params.birthday_code = typeof (params.birthday_code) != 'undefined'? params.birthday_code : '';
             this.params = params;
         }
-   
+
 
         // 居住地
         $("#now_address").val(_this.params.now_address);