Showing
3 changed files
with
4 additions
and
4 deletions
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"> |
-
Please register or login to post a comment