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

Commit 7eccd410 authored by dongchun's avatar dongchun

新品推荐新增描述

parent 656f4ace
......@@ -147,6 +147,14 @@
</div>
</div>
<div class="first_content" style="align-items: flex-start;">
<div class="hot_title">
推荐文案:
</div>
<div class="tags">
<textarea id="information" class="form-control txtIpt" name="" style="width: 553px;height: 150px;"></textarea>
</div>
</div>
<div class="footer_btn">
<button type="button" class="btn btn-success" onclick="save()">保存</button>
</div>
......@@ -196,6 +204,7 @@
let arr = data[0].spuId.split(',');
mid = data[0].mid;
cubeId = data[0].cubeId;
$("#information").val(data[0].informationA);
for (var i = 0; i < data.length; i++) {
addItem(data, i, arr)
}
......@@ -310,7 +319,7 @@
createTime: createTime || '',
cubeId: cubeId|| '',
goblinGoods: {},
informationA: '',
informationA: $("#information").val(),
informationB: '',
informationC: '',
informationD: '',
......
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