| @@ -38,7 +38,7 @@ | |||||
| disabled:false | disabled:false | ||||
| }; | }; | ||||
| }, | }, | ||||
| onLoad: function(options) { | |||||
| onLoad(options) { | |||||
| this.customerId = options.customerId; | this.customerId = options.customerId; | ||||
| this.keyword=options.keyword; | this.keyword=options.keyword; | ||||
| this.skpl=options.skpl; | this.skpl=options.skpl; | ||||
| @@ -1684,12 +1684,11 @@ | |||||
| } | } | ||||
| }) | }) | ||||
| } | } | ||||
| }) | }) | ||||
| this.newluyinList = jsonInfo; | this.newluyinList = jsonInfo; | ||||
| this.dialogList.push(jsonInfo[this.textindex]); | this.dialogList.push(jsonInfo[this.textindex]); | ||||
| var itc = parseInt(info.bg / 1000) | var itc = parseInt(info.bg / 1000) | ||||
| // this.adasdasdasd(itc) | |||||
| this.adasdasdasd(itc) | |||||
| } | } | ||||
| }) | }) | ||||
| }, | }, | ||||
| @@ -83,9 +83,6 @@ | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| </template> | </template> | ||||