...
|
...
|
@@ -26,7 +26,7 @@ |
|
|
<p class="order_tit">最近三次物流单号</p>
|
|
|
<volist name="list" id="vo">
|
|
|
<div class="order_item">
|
|
|
<div class="copy_wrap" data-index='{$key}' data-order_num='{$vo.express}' data-clipboard-target="num_detail">
|
|
|
<div class="copy_wrap" data-index='{$key}' data-order_num='{$vo.express}' data-clipboard-target="num_detail" onclick="">
|
|
|
<i class="iconfont icon-wendang"></i> 复制
|
|
|
</div>
|
|
|
<div class="order_num">
|
...
|
...
|
@@ -90,6 +90,7 @@ |
|
|
});
|
|
|
var popup_switch = true;
|
|
|
clipboard.on('success', function(e) {
|
|
|
|
|
|
if(popup_switch) {
|
|
|
popup_switch = false;
|
|
|
$('.test_num').removeClass('Augly-fadeout');
|
...
|
...
|
@@ -107,4 +108,4 @@ |
|
|
</script>
|
|
|
</body>
|
|
|
|
|
|
</html> |
|
|
\ No newline at end of file |
|
|
</html> |
...
|
...
|
|