init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -62,7 +62,7 @@ | ... | @@ -62,7 +62,7 @@ |
| 62 | /*{ | 62 | /*{ |
| 63 | data: "id", render: function (data, type, full) { | 63 | data: "id", render: function (data, type, full) { |
| 64 | 64 | ||
| 65 | var url = "<?=site_url('/user/info')?>"; | 65 | var url = "< ?=site_url('/user/info')?>"; |
| 66 | url += '/' + data; | 66 | url += '/' + data; |
| 67 | return '<span class="dropDown dropDown_hover">\ | 67 | return '<span class="dropDown dropDown_hover">\ |
| 68 | <button class="btn radius size-M">请选择 <i class="Hui-iconfont"></i></button>\ | 68 | <button class="btn radius size-M">请选择 <i class="Hui-iconfont"></i></button>\ | ... | ... |
-
Please register or sign in to post a comment