zhaojs
2023-07-13 3376eeddad73eb7d728e3eadf528aed2d37cfac1
no message
已修改1个文件
35 ■■■■■ 文件已修改
public/html/compareprice.html 35 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/html/compareprice.html
@@ -371,6 +371,10 @@
    {
        app.copytxt(str);
    }
    function likeDataGet(data)
    {
        app.likeDataGet(data);
    }
    Vue.use(VueLazyload, {
        preLoad: 1.3,//
        error: 'https://sr.ffquan.cn/cms_pic/20200622/bro7s7f6vrkd3jat4ujg0.png',
@@ -388,13 +392,42 @@
          txtplaceholder:'1、支持淘宝、天猫、京东、抖音、拼多多等多家电商 \r\n 2、请粘贴您需要转换的分享文案/链接和口令/商品链接;不支持券链接'
        },
        methods:{
            likeDataGet:function(postData)
            {
                $.ajax({
                    headers:{
                        "token":this.getUrlPar("token")
                    },
                    url:_this.posturl+'/api/activity/cmsGet',
                    type:"post",
                    dataType:"json",
                    async: false,
                    data:{
                        deviceType:postData.postData,
                        deviceValue:postData.deviceValue,
                        pageId:1,
                        pageSize:10,
                        type:1
                    }
                }).done(function(res){
                    console.log(res);
                })
            },
            getLikeGoods:function()
            {
                uni.postMessage({
                    data: {
                        action: 'getlike'
                    }
                })
            },
            clear:function()
            {
                this.txtareatxt='';
            },
            copytxt(str)
            {
                alert(str.data);
                if(str&&str.data&&str.data.length>0)
                {
                    this.txtareatxt=str.data;