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

Commit 7eccd410 authored by dongchun's avatar dongchun

新品推荐新增描述

parent 656f4ace
...@@ -147,6 +147,14 @@ ...@@ -147,6 +147,14 @@
</div> </div>
</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"> <div class="footer_btn">
<button type="button" class="btn btn-success" onclick="save()">保存</button> <button type="button" class="btn btn-success" onclick="save()">保存</button>
</div> </div>
...@@ -196,6 +204,7 @@ ...@@ -196,6 +204,7 @@
let arr = data[0].spuId.split(','); let arr = data[0].spuId.split(',');
mid = data[0].mid; mid = data[0].mid;
cubeId = data[0].cubeId; cubeId = data[0].cubeId;
$("#information").val(data[0].informationA);
for (var i = 0; i < data.length; i++) { for (var i = 0; i < data.length; i++) {
addItem(data, i, arr) addItem(data, i, arr)
} }
...@@ -310,7 +319,7 @@ ...@@ -310,7 +319,7 @@
createTime: createTime || '', createTime: createTime || '',
cubeId: cubeId|| '', cubeId: cubeId|| '',
goblinGoods: {}, goblinGoods: {},
informationA: '', informationA: $("#information").val(),
informationB: '', informationB: '',
informationC: '', informationC: '',
informationD: '', 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