|
@@ -17,13 +17,17 @@
|
|
|
});*/
|
|
|
|
|
|
//var platedata = [{value:"123123122223",text:"bj123123"},{value:"123123122223",text:"bj123124"},{value:"1231122223",text:"bj123125"}];
|
|
|
+ renlian.httpget(config.webapi + "/?s=api/get_cityinfo_by_cityid&cityid="+userinfo.baseinfo.cityid, {}, function(res) {
|
|
|
+ console.log(res);
|
|
|
+ $page.find('#select3').lrpickerSet(res.data);
|
|
|
+ // $page.find('#select3').lrpickerSet('20,331,2012');
|
|
|
+ });
|
|
|
$page.find('#plate').val(userinfo.baseinfo.plate);
|
|
|
$page.find('#mobile').val(userinfo.baseinfo.mobile);
|
|
|
- //$page.find('#select3').lrpickerSet('20,330,1998');
|
|
|
console.log(userinfo);
|
|
|
- renlian.httpget(config.webapi + "/?s=api/getCityInfo&cityid="+userinfo.baseinfo.cityid, {}, function(res) {
|
|
|
- console.log(res);
|
|
|
- });
|
|
|
+ // renlian.httpget(config.webapi + "/?s=api/getCityInfo&cityid="+userinfo.baseinfo.cityid, {}, function(res) {
|
|
|
+ // console.log(res);
|
|
|
+ // });
|
|
|
//console.log(userinfo);
|
|
|
$page.find('#select3').lrpicker({
|
|
|
placeholder: '请选择',
|