Browse Source

wesmiler 更新第5期升级

wesmiler 5 years ago
parent
commit
67e6f2fe91
1 changed files with 1 additions and 3 deletions
  1. 1 3
      public/themes/default/weixin/public/assets/js/entry.js

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

@@ -50,9 +50,7 @@ var app = new Vue({
             params.birthday_code = typeof (params.birthday_code) != 'undefined'? params.birthday_code : '';
             this.params = params;
         }
-    },
-    updated: function(){
-        var _this = this;
+   
 
         // 居住地
         $("#now_address").val(_this.params.now_address);