...
|
...
|
@@ -516,7 +516,14 @@ webpackJsonp([148],{ |
|
|
// var $showDivide = $(this);
|
|
|
// if()
|
|
|
// })
|
|
|
|
|
|
$(document).on("change", ".observe2", function () {
|
|
|
var $this = $(this);
|
|
|
var index = $this.data("index");
|
|
|
var name = $this.data("field");
|
|
|
Bll.module.contentData.data[index].secList = common.util.__buildobj(name, '.', Bll.module.contentData.data[index].secList, function (obj, name) {
|
|
|
obj[name] = $this.val();
|
|
|
});
|
|
|
});
|
|
|
/*第五步 绑定监听事件*/
|
|
|
$(document).on("change", ".observe", function () {
|
|
|
var $this = $(this);
|
...
|
...
|
@@ -705,6 +712,13 @@ webpackJsonp([148],{ |
|
|
el: ".shopsId"
|
|
|
});
|
|
|
});
|
|
|
$(document).on("click",".addSecBtn",function(){
|
|
|
//获得index
|
|
|
var index = $(this).data("index");
|
|
|
Bll.module.contentData.data[index].secList.push(addObj["textNavSec_data"]);
|
|
|
Bll.renderDialog("textNav-template");
|
|
|
});
|
|
|
|
|
|
$(document).on("click",".goResourceContent",function(){
|
|
|
var index = $(this).data("index");
|
|
|
var obj;
|
...
|
...
|
@@ -743,7 +757,14 @@ webpackJsonp([148],{ |
|
|
el: ".shopsId"
|
|
|
});
|
|
|
});
|
|
|
|
|
|
$(document).on("click", ".delBtn2", function () {
|
|
|
//textNav-data index
|
|
|
var index = $(this).data("index");
|
|
|
//secList index
|
|
|
var idx = $(this).data("idx");
|
|
|
Bll.module.contentData.data[index].secList.splice(idx, 1);
|
|
|
Bll.renderDialog("textNav-template");
|
|
|
});
|
|
|
//输入领券码验证
|
|
|
$(document).on("change", "#couponID", function () {
|
|
|
var couponID = $(this).val();
|
...
|
...
|
@@ -1459,7 +1480,10 @@ webpackJsonp([148],{ |
|
|
return {
|
|
|
src: item.images_url,
|
|
|
id: item.product_skn,
|
|
|
product_skc: item.product_skc
|
|
|
product_skc: item.product_skc,
|
|
|
sales_price:item.sales_price,
|
|
|
product_name:item.product_name,
|
|
|
product_skn:item.product_skn
|
|
|
}
|
|
|
})
|
|
|
// 线上bug修改,商品个数不超过150个
|
...
|
...
|
@@ -3750,7 +3774,8 @@ webpackJsonp([148],{ |
|
|
"priceStyle":"",
|
|
|
"jumpType":"",
|
|
|
"recommendLogic":"",
|
|
|
"skns":""
|
|
|
"skns":"",
|
|
|
"platformType":"0"
|
|
|
},
|
|
|
"isNewFloor":"1"
|
|
|
},
|
...
|
...
|
@@ -4155,7 +4180,19 @@ webpackJsonp([148],{ |
|
|
},
|
|
|
"showHotOrNew":"",
|
|
|
"showDivide":"",
|
|
|
"doc":""
|
|
|
"doc":"",
|
|
|
"secList":[]
|
|
|
},
|
|
|
textNavSec_data: {//文本导航->二级导航
|
|
|
"name": "",
|
|
|
"enName":"",
|
|
|
"url": {
|
|
|
"action": "",
|
|
|
"url": ""
|
|
|
},
|
|
|
"showHotOrNew2":"",
|
|
|
"showDivide":"",
|
|
|
"doc":"",
|
|
|
},
|
|
|
focus_data: {//焦点图->焦点
|
|
|
"src": "",
|
...
|
...
|
|