Authored by htoooth

add update

@@ -130,6 +130,8 @@ @@ -130,6 +130,8 @@
130 </ul> 130 </ul>
131 {{/if}} 131 {{/if}}
132 132
  133 + {{> product/coupon-list}}
  134 +
133 <div class="trade-content"> 135 <div class="trade-content">
134 <div id="type-chose" class="type-chose"> 136 <div id="type-chose" class="type-chose">
135 {{#if virtualGoods}} 137 {{#if virtualGoods}}
@@ -67,7 +67,7 @@ module.exports = { @@ -67,7 +67,7 @@ module.exports = {
67 port: '4444' // influxdb port 67 port: '4444' // influxdb port
68 }, 68 },
69 console: { 69 console: {
70 - level: 'error', 70 + level: 'info',
71 colorize: 'all', 71 colorize: 'all',
72 prettyPrint: true 72 prettyPrint: true
73 } 73 }