zhaojs
2023-06-27 a0065747602d4547fd3cf9a2ef41e30acd098879
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) {