Authored by liuyue

网销

... ... @@ -74,7 +74,7 @@ var t = new common.tab({
},
columns: [{
name: "0",
value: '8,3',
value: '8,3,2',
display: "上架前({1})"
}, {
name: "1",
... ...
exports.domain = require('../config/common.js').domain;
//exports.domain = 'http://172.16.6.227:8083/yohobuy-platform-web'; //马力
//exports.domain = require('../config/common.js').domain;
exports.domain = 'http://172.16.6.227:8083/yohobuy-platform-web'; //马力
//exports.domain = 'http://172.16.6.236:8080/platform'; //钱军
//exports.domain = 'http://172.16.6.162:8088/platform'; //李建
... ...
... ... @@ -27,7 +27,7 @@
[[if renderType=='edit']]
<div class="col-sm-3">厂家编号:[[factoryCode]]</div>
[[else]]
<div class="col-sm-3"><img src="[[productImageUrl]]" alt=""></div>
<div class="col-sm-3"><img src="[[productImageUrl]]" width="100" height="100" alt=""></div>
[[/if]]
</div>
<div class="form-group">
... ...