Authored by ccbikai

地址模板修改

@@ -18,14 +18,14 @@ class Yohobuy @@ -18,14 +18,14 @@ class Yohobuy
18 { 18 {
19 19
20 // /* 正式环境 */ 20 // /* 正式环境 */
21 - const API_URL = 'http://api2.open.yohobuy.com/';  
22 - const SERVICE_URL = 'http://service.api.yohobuy.com/';  
23 - const YOHOBUY_URL = 'http://www.yohobuy.com/'; 21 + // const API_URL = 'http://api2.open.yohobuy.com/';
  22 + // const SERVICE_URL = 'http://service.api.yohobuy.com/';
  23 + // const YOHOBUY_URL = 'http://www.yohobuy.com/';
24 24
25 // /* 测试环境 */ 25 // /* 测试环境 */
26 -// const API_URL = 'http://test2.open.yohobuy.com/';  
27 -// const SERVICE_URL = 'http://test.service.api.yohobuy.com/';  
28 -// const YOHOBUY_URL = 'http://www.yohobuy.com/'; 26 + const API_URL = 'http://test2.open.yohobuy.com/';
  27 + const SERVICE_URL = 'http://test.service.api.yohobuy.com/';
  28 + const YOHOBUY_URL = 'http://www.yohobuy.com/';
29 29
30 /** 30 /**
31 * 私钥列表 31 * 私钥列表
@@ -6,8 +6,8 @@ @@ -6,8 +6,8 @@
6 <span class="tel">{{mobile}}</span> 6 <span class="tel">{{mobile}}</span>
7 <p class="address-info">{{area}} {{address}}</p> 7 <p class="address-info">{{area}} {{address}}</p>
8 <div class="action iconfont"> 8 <div class="action iconfont">
9 - <span class="edit">&#xe61e;</span>  
10 - <span class="del">&#xe621;</span> 9 + <a href="/home/address/edit?id={{address_id}}" class="edit">&#xe61e;</a>
  10 + <span class="del" data-id="{{address_id}}">&#xe621;</span>
11 </div> 11 </div>
12 </div> 12 </div>
13 {{/ address}} 13 {{/ address}}