You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
2.4.5 beta 2
This commit is contained in:
@@ -9,6 +9,9 @@ copyBtn.onclick = function () {
|
||||
try {
|
||||
if (document.execCommand('copy', false, null)) {
|
||||
//success info
|
||||
new $.zui.Messager("复制成功", {
|
||||
type: "primary" // 定义颜色主题
|
||||
}).show();
|
||||
console.log("复制成功");
|
||||
} else {
|
||||
//fail info
|
||||
@@ -27,6 +30,9 @@ copyBtn.onclick = function () {
|
||||
try {
|
||||
if (document.execCommand('copy', false, null)) {
|
||||
//success info
|
||||
new $.zui.Messager("复制成功", {
|
||||
type: "primary" // 定义颜色主题
|
||||
}).show();
|
||||
console.log("复制成功");
|
||||
} else {
|
||||
//fail info
|
||||
@@ -45,6 +51,9 @@ copyBtn.onclick = function () {
|
||||
try {
|
||||
if (document.execCommand('copy', false, null)) {
|
||||
//success info
|
||||
new $.zui.Messager("复制成功", {
|
||||
type: "primary" // 定义颜色主题
|
||||
}).show();
|
||||
console.log("复制成功");
|
||||
} else {
|
||||
//fail info
|
||||
@@ -63,6 +72,9 @@ copyBtn.onclick = function () {
|
||||
try {
|
||||
if (document.execCommand('copy', false, null)) {
|
||||
//success info
|
||||
new $.zui.Messager("复制成功", {
|
||||
type: "primary" // 定义颜色主题
|
||||
}).show();
|
||||
console.log("复制成功");
|
||||
} else {
|
||||
//fail info
|
||||
@@ -81,6 +93,9 @@ copyBtn.onclick = function () {
|
||||
try {
|
||||
if (document.execCommand('copy', false, null)) {
|
||||
//success info
|
||||
new $.zui.Messager("复制成功", {
|
||||
type: "primary" // 定义颜色主题
|
||||
}).show();
|
||||
console.log("复制成功");
|
||||
} else {
|
||||
//fail info
|
||||
|
||||
Reference in New Issue
Block a user