...
|
...
|
@@ -109,13 +109,6 @@ function articleCategoryOP(prefix, url, item) { |
|
|
});
|
|
|
a.init();
|
|
|
|
|
|
e.on("callback",function(obj){
|
|
|
if(/^file_onComplete_shopBannerImage_/.test(obj.key)){
|
|
|
var _index = obj.key.replace(/^file_onComplete_shopBannerImage_/,'');
|
|
|
g.__rows[_index].shopSrc = obj.data;
|
|
|
}
|
|
|
});
|
|
|
|
|
|
new common.dropDown({
|
|
|
el: "#classifyId",
|
|
|
ajax: 'guangGetTagCategoryByStatus',
|
...
|
...
|
|