Authored by liuyue

网销

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