记得上下班打卡 | git大法好,push需谨慎

Commit 52768863 authored by sangchunxi's avatar sangchunxi

#1976 演出详情 字段修改

parent fad7c11c
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
$('.detail_time').text(data.timeStart + '-' + data.timeEnd); $('.detail_time').text(data.timeStart + '-' + data.timeEnd);
$('.detail_place').text(data.fieldName); $('.detail_place').text(data.fieldName);
$('.detail_option').text(data.detail_option); $('.detail_option').text(data.detail_option);
$('.detail_main').html(data.detail_option); $('.detail_main').html(data.details);
// 新增表格数据 // 新增表格数据
var options = { var options = {
data: data.showAgentVoList, data: data.showAgentVoList,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment