zhaojs
2023-06-19 75f17ddc54ab285f7748b0f40e529bfbb0d54c0c
no message
已修改1个文件
15 ■■■■■ 文件已修改
public/html/per_cms.html 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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,23 +125,18 @@
        data:{
           cmsUrl:'',
           loading:false,
           cmsurl:'',
           cmsurl:''
        },
        methods:{
            getCmsUrl:function(){
                var _this = this;
                if(_this.cmsurl!='')
                {
                    _this.handleClipboard(_this.cmsurl);
                    return;
                }
                _this.loading=true;
                $.ajax({
                    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',
                    type:"post",
                    dataType:"json",
                    async: false,
@@ -176,11 +171,11 @@
                    },
                });
                clipboardImg.on('success', function(e) {
                    alert("复制成功,快分享给小伙伴吧~");
                    layer.msg(
                        '复制成功,快分享给小伙伴吧~'
                    );
                    e.clearSelection();
                    clipboardImg.destroy();
                });
                clipboardImg.on('error', function(e) {