zhaojs
2023-07-13 5b3fd86f384d22466acd8286505fdcd237b92a80
public/html/compareprice.html
@@ -392,9 +392,13 @@
            {
                this.txtareatxt='';
            },
            coptest(str)
            copytxt(str)
            {
                alert(str);
                alert(str.data);
                if(str&&str.data&&str.data.length>0)
                {
                    this.txtareatxt=str.data;
                }
            },
            fromcopy:function()
            {
@@ -403,9 +407,6 @@
                        action: 'copy'
                    }
                })
                /* navigator.clipboard.readText().then(function(clipText){
                alert(clipText);
               }) */
            },
            getCmsUrl:function(){
                var _this = this;