zhaojs
2023-07-13 5b3fd86f384d22466acd8286505fdcd237b92a80
public/html/compareprice.html
@@ -369,7 +369,7 @@
    })();
    function scanCode(str)
    {
        alert(str);
        app.coptest(str);
    }
    Vue.use(VueLazyload, {
        preLoad: 1.3,//
@@ -377,7 +377,7 @@
        loading: 'https://sr.ffquan.cn/cms_pic/20200612/brhjkf76vrkcrfpi79eg0.png',
        attempt: 1
    })
    new Vue({
  var app=  new Vue({
        el: '#comprice',
        data:{
          //posturl:'http://dfg.shop.com',
@@ -392,6 +392,14 @@
            {
                this.txtareatxt='';
            },
            copytxt(str)
            {
                alert(str.data);
                if(str&&str.data&&str.data.length>0)
                {
                    this.txtareatxt=str.data;
                }
            },
            fromcopy:function()
            {
                uni.postMessage({
@@ -399,9 +407,6 @@
                        action: 'copy'
                    }
                })
                /* navigator.clipboard.readText().then(function(clipText){
                alert(clipText);
               }) */
            },
            getCmsUrl:function(){
                var _this = this;