zhaojs
2023-07-13 2a8185f2403600e558ce510c8759abc9cf865551
public/html/compareprice.html
@@ -367,13 +367,17 @@
        size=size<=0?400:size;
        document.documentElement.style.fontSize = (size > 750 ? 750 : size) / 7.5 + 'px';
    })();
    function scanCode(str)
    {
        app.coptest(str);
    }
    Vue.use(VueLazyload, {
        preLoad: 1.3,//
        error: 'https://sr.ffquan.cn/cms_pic/20200622/bro7s7f6vrkd3jat4ujg0.png',
        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',
@@ -388,11 +392,20 @@
            {
                this.txtareatxt='';
            },
            coptest(str)
            {
                alert(str.data);
            },
            fromcopy:function()
            {
                navigator.clipboard.readText().then(function(clipText){
                uni.postMessage({
                    data: {
                        action: 'copy'
                    }
                })
                /* navigator.clipboard.readText().then(function(clipText){
                alert(clipText);
               })
               }) */
            },
            getCmsUrl:function(){
                var _this = this;