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

Commit fae600b4 authored by dongchun's avatar dongchun

修改小问题

parent a1aca02b
......@@ -238,9 +238,12 @@
</ul>
</div>
</div>
<input type="text" class="layui-input form-control timeSp startTime${count} itemDisabled" id="startTime" value="${item.showTime}" autocomplete="off" placeholder="配置活动时间">
<button type="button" class="btn btn-danger" onclick="delItem('${count}')">删除</button>
</div>`
<input type="text" class="layui-input form-control timeSp startTime${count} itemDisabled" id="startTime" value="${item.showTime}" autocomplete="off" placeholder="配置活动时间">`
if (count != 2) {
body += `<button type="button" class="btn btn-danger" onclick="delItem('${count}')">删除</button>`
}
body +=`</div>`
} else {
body+=`<div class="activityStore_item" id="activityStore_item${count}" data-newTag="1">
<div class="input-group" style="margin-right: 12px;">
......@@ -357,7 +360,7 @@
}
promiseMethods('/goblin/marketing/zhengzai/store','post', JSON.stringify(data), 'application/json').then(res => {
if (res.code == 0) {
// $.operate.successCallback(res);
$.operate.successCallback(res);
} else {
layer.msg(res.message)
}
......
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