zhaojs
2023-07-13 2a8f72da2740978c9a96c0e9fa27186cd2cfe8cb
public/html/compareprice.html
@@ -78,6 +78,7 @@
            height: 99%;
            border: 0px;
            background: #f5f5f9;
            resize:none;
        }
        .mid-button-content
        {
@@ -366,6 +367,10 @@
        size=size<=0?400:size;
        document.documentElement.style.fontSize = (size > 750 ? 750 : size) / 7.5 + 'px';
    })();
    function scanCode(str)
    {
        coptest(str);
    }
    Vue.use(VueLazyload, {
        preLoad: 1.3,//
        error: 'https://sr.ffquan.cn/cms_pic/20200622/bro7s7f6vrkd3jat4ujg0.png',
@@ -376,7 +381,7 @@
        el: '#comprice',
        data:{
          //posturl:'http://dfg.shop.com',
          posturl:'http://appapitest.ushopvip.com',
          posturl:'https://appapitest.ushopvip.com',
          //posturl:'http://dfgapp.ushopvip.com',
          goodsItem:[],
          txtareatxt:'',
@@ -387,11 +392,20 @@
            {
                this.txtareatxt='';
            },
            coptest(str)
            {
                alert(str);
            },
            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;