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