填报后初始化不起作用
var b =this.getValue();
setTimeout(function() {
var location = this.options.location;
改成
延时函数里面的this需要放到外面