正在显示
1 个修改的文件
包含
8 行增加
和
3 行删除
@@ -37,9 +37,7 @@ | @@ -37,9 +37,7 @@ | ||
37 | </if> | 37 | </if> |
38 | 38 | ||
39 | <p class="ad_conPhone">{$vo.phone}</p> | 39 | <p class="ad_conPhone">{$vo.phone}</p> |
40 | - <a href="{:url('Personalcenter/address_edit',array('id'=>$vo.id))}"> | ||
41 | - <img class="ad_conImg" src="__TMPL__/public/assets/images/35.png" alt=""> | ||
42 | - </a> | 40 | + <img class="ad_conImg" src="__TMPL__/public/assets/images/35.png" ontouchstart="address_edit({$vo.id})" alt=""> |
43 | </div> | 41 | </div> |
44 | </div> | 42 | </div> |
45 | <p class="ad_conAddress">收货地址:{$vo.region}{$vo.detailed}</p> | 43 | <p class="ad_conAddress">收货地址:{$vo.region}{$vo.detailed}</p> |
@@ -83,6 +81,13 @@ | @@ -83,6 +81,13 @@ | ||
83 | } | 81 | } |
84 | }); | 82 | }); |
85 | } | 83 | } |
84 | + | ||
85 | + /** | ||
86 | + *编辑地址 | ||
87 | + */ | ||
88 | + function address_edit(id){ | ||
89 | + window.location.href = "{:url('Personalcenter/address_edit')}?id="+id; | ||
90 | + } | ||
86 | </script> | 91 | </script> |
87 | </body> | 92 | </body> |
88 | 93 |
-
请 注册 或 登录 后发表评论