正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
@@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
26 | <p class="order_tit">最近三次物流单号</p> | 26 | <p class="order_tit">最近三次物流单号</p> |
27 | <volist name="list" id="vo"> | 27 | <volist name="list" id="vo"> |
28 | <div class="order_item"> | 28 | <div class="order_item"> |
29 | - <div class="copy_wrap" data-index='{$key}' data-order_num='{$vo.express}' data-clipboard-target="num_detail"> | 29 | + <div class="copy_wrap" data-index='{$key}' data-order_num='{$vo.express}' data-clipboard-target="num_detail" onclick=""> |
30 | <i class="iconfont icon-wendang"></i> 复制 | 30 | <i class="iconfont icon-wendang"></i> 复制 |
31 | </div> | 31 | </div> |
32 | <div class="order_num"> | 32 | <div class="order_num"> |
@@ -90,6 +90,7 @@ | @@ -90,6 +90,7 @@ | ||
90 | }); | 90 | }); |
91 | var popup_switch = true; | 91 | var popup_switch = true; |
92 | clipboard.on('success', function(e) { | 92 | clipboard.on('success', function(e) { |
93 | + | ||
93 | if(popup_switch) { | 94 | if(popup_switch) { |
94 | popup_switch = false; | 95 | popup_switch = false; |
95 | $('.test_num').removeClass('Augly-fadeout'); | 96 | $('.test_num').removeClass('Augly-fadeout'); |
@@ -107,4 +108,4 @@ | @@ -107,4 +108,4 @@ | ||
107 | </script> | 108 | </script> |
108 | </body> | 109 | </body> |
109 | 110 | ||
110 | -</html> | ||
111 | +</html> |
-
请 注册 或 登录 后发表评论