正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -289,8 +289,8 @@ | @@ -289,8 +289,8 @@ | ||
289 | success:function(res){ | 289 | success:function(res){ |
290 | if(res.code==1){ | 290 | if(res.code==1){ |
291 | console.log(res) | 291 | console.log(res) |
292 | - $('.expert_value').val(res.data.label) | ||
293 | - $('.expert_value').data('data-id', res.data.value) | 292 | + $('.expert_value').val(res.data.user_login) |
293 | + $('.expert_value').data('data-id', res.data.id) | ||
294 | } | 294 | } |
295 | } | 295 | } |
296 | }) | 296 | }) |
-
请 注册 或 登录 后发表评论