Authored by mali

Merge branch 'gray' into test6.8.4

@@ -61,7 +61,7 @@ @@ -61,7 +61,7 @@
61 61
62 new ClipboardJS('#addressCopy', { 62 new ClipboardJS('#addressCopy', {
63 text: function() { 63 text: function() {
64 - return address; 64 + return name + '\r\n' + mobile + '\r\n' + address;
65 } 65 }
66 }); 66 });
67 } 67 }
@@ -61,7 +61,7 @@ @@ -61,7 +61,7 @@
61 61
62 new ClipboardJS('#rejectAddressCopy', { 62 new ClipboardJS('#rejectAddressCopy', {
63 text: function() { 63 text: function() {
64 - return address; 64 + return name + '\r\n' + mobile + '\r\n' + address;
65 } 65 }
66 }); 66 });
67 } 67 }