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