Authored by weiqingting

逛bug修改

... ... @@ -140,7 +140,7 @@ edit.prototype = {
if ("mp4,rmvb,avi,mov".indexOf(ext) > -1) {
Temp += '<video width="76" height="80" src="' + src + '"></video>';
} else {
Temp += '<img width="76" height="80" src="' + src + '">';
Temp += '<img width="76" height="80" src="' + src + '?imageView2/2/w/76/h/80">';
}
} else {
Temp += '+';
... ... @@ -180,7 +180,7 @@ edit.prototype = {
if (ext == "mp4") {
_w.prepend('<video width="76" height="80" src="' + response.data + '"></video>');
} else {
_w.prepend('<img width="76" height="80" src="' + response.data + '">');
_w.prepend('<img width="76" height="80" src="' + response.data + '?imageView2/2/w/76/h/80">');
}
}
$(this).attr("value", response.data);
... ...
... ... @@ -173,6 +173,12 @@ function plusStarOP(prefix, url, item) {
"bucket" : "plustar"
});
a.on("validate",function(){
if(imgArr.length==0){
return "请上传banner图";
}
});
common.dialog.confirm(prefix+'品牌', common.util.__template2($("#template").html(), item), function () {
//
... ...
... ... @@ -16,12 +16,12 @@ var config = {
//domain:'http://172.16.6.140:8088/platform', // Object
//domain: 'http://172.16.6.236:8088/platform',// 钱军
// domain:'http://172.16.6.176:8088/platform',// 王书生
domain:'http://172.16.6.141:9090/',// 赵琪
// domain:'http://172.16.6.141:9090/',// 赵琪
// domain: 'http://172.16.6.214:8088/platform',//陈超
//http://172.16.6.124:8088/platform/product/queryAllProductAttr
//domain: 'http://172.16.6.146:8088/platform', //玛丽
//domain:'http://172.16.6.157:8080/yohobuy-platform-web',//葛超
// domain: 'http://192.168.102.216:8086/platform',
domain: 'http://192.168.102.216:8086/platform',
//domain: 'http://192.168.102.202:8088/platform',
//domain:'http://172.16.6.120:8088/platform',//曹艳
//domain:'http://172.16.6.231:8080/platform',//王伟
... ...