Authored by zhangxiaoru

厂家颜色 订单接口修改

@@ -13,7 +13,9 @@ @@ -13,7 +13,9 @@
13 {{/if}} 13 {{/if}}
14 </p> 14 </p>
15 {{#if birthType}} 15 {{#if birthType}}
16 - <div class="ticket-pic"></div> 16 + <div class="ticket-pic">
  17 + <img src="{{imgSrc 'img/home/employ/birth-card.png'}}" />
  18 + </div>
17 <div class="ticket-btn"> 19 <div class="ticket-btn">
18 <div class="ticket-btn-c"> 20 <div class="ticket-btn-c">
19 <div> 21 <div>
1 'use strict'; 1 'use strict';
2 2
3 const fs = require('fs'); 3 const fs = require('fs');
4 -let devHost = '172.16.6.134'; 4 +let devHost = '127.0.0.1';
5 5
6 fs.readFile('.devhost', (err, buf)=> { 6 fs.readFile('.devhost', (err, buf)=> {
7 if (!err) { 7 if (!err) {
@@ -22,14 +22,8 @@ @@ -22,14 +22,8 @@
22 .ticket-pic { 22 .ticket-pic {
23 display: block; 23 display: block;
24 width: 580px; 24 width: 580px;
25 - height: 446px;  
26 overflow: hidden; 25 overflow: hidden;
27 margin: 20px auto 30px; 26 margin: 20px auto 30px;
28 - background-image: resolve("home/employ/birth-card.jpg");  
29 - background-position: top center;  
30 - background-repeat: no-repeat;  
31 - background-size: 100% 100%;  
32 - color: #fff;  
33 position: relative; 27 position: relative;
34 } 28 }
35 29