From 8bd6dd746217608e89b4b65bdd567011ae147fd5 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期三, 28 六月 2023 14:32:05 +0800 Subject: [PATCH] no message --- public/html/per_cms.html | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/public/html/per_cms.html b/public/html/per_cms.html index ee4c325..cab0698 100644 --- a/public/html/per_cms.html +++ b/public/html/per_cms.html @@ -101,7 +101,7 @@ <div style="width:50%"> <img class="fzimg" @click="getCmsUrl()" src="https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/cms_fxdp.png"/> </div> - + <div style="display: none;" id="copytxt"></div> </div> </div> <div class="check_cms tipcon"> @@ -125,7 +125,7 @@ data:{ cmsUrl:'', loading:false, - cmsurl:'', + cmsurl:'' }, methods:{ getCmsUrl:function(){ @@ -135,8 +135,9 @@ headers:{ "token":this.getUrlPar("token") }, - url:'http://appapitest.ushopvip.com/api/activity/cmsGet', - //url:'http://dfg.shop.com//api/activity/cmsGet', + //url:'http://appapitest.ushopvip.com/api/activity/cmsGet', + //url:'http://dfg.shop.com/api/activity/cmsGet', + url:'http://dfgapp.ushopvip.com/api/activity/cmsGet', type:"post", dataType:"json", async: false, @@ -171,11 +172,11 @@ }, }); clipboardImg.on('success', function(e) { - alert("澶嶅埗鎴愬姛锛屽揩鍒嗕韩缁欏皬浼欎即鍚"); layer.msg( '澶嶅埗鎴愬姛锛屽揩鍒嗕韩缁欏皬浼欎即鍚' ); e.clearSelection(); + clipboardImg.destroy(); }); clipboardImg.on('error', function(e) { -- Gitblit v1.9.3