From f920a9b18a75956a432ea8584ab24e22543a6491 Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期四, 13 七月 2023 15:24:09 +0800
Subject: [PATCH] no message

---
 public/html/compareprice.html |   65 +++++++++++++++++++++++---------
 1 files changed, 47 insertions(+), 18 deletions(-)

diff --git a/public/html/compareprice.html b/public/html/compareprice.html
index fdb1a50..b769160 100644
--- a/public/html/compareprice.html
+++ b/public/html/compareprice.html
@@ -78,6 +78,7 @@
             height: 99%;
             border: 0px;
             background: #f5f5f9;
+            resize:none;
         }
         .mid-button-content
         {
@@ -366,50 +367,78 @@
         size=size<=0?400:size;
         document.documentElement.style.fontSize = (size > 750 ? 750 : size) / 7.5 + 'px';
     })();
+    function scanCode(str)
+    {
+        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',
         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',
-          posturl:'http://appapitest.ushopvip.com',
+          posturl:'https://appapitest.ushopvip.com',
           //posturl:'http://dfgapp.ushopvip.com',
           goodsItem:[],
           txtareatxt:'',
           txtplaceholder:'1銆佹敮鎸佹窐瀹濄�佸ぉ鐚�佷含涓溿�佹姈闊炽�佹嫾澶氬绛夊瀹剁數鍟� \r\n 2銆佽绮樿创鎮ㄩ渶瑕佽浆鎹㈢殑鍒嗕韩鏂囨/閾炬帴鍜屽彛浠�/鍟嗗搧閾炬帴;涓嶆敮鎸佸埜閾炬帴'
         },
         methods:{
-            clear:function()
+            likeDataGet:function(postData)
             {
-                this.txtareatxt='';
-            },
-            fromcopy:function()
-            {
-                navigator.clipboard.readText().then(function(clipText){
-                alert(clipText);
-               })
-            },
-            getCmsUrl:function(){
-                var _this = this;
-                _this.loading=true;
                 $.ajax({
                     headers:{
                         "token":this.getUrlPar("token")
                     },
                   
-                    url:_this.posturl+'/api/activity/cmsGet',
+                    url:_this.posturl+'/api/taoke/get_goods_things',
                     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)
+            {
+                if(str&&str.data&&str.data.length>0)
+                {
+                    this.txtareatxt=str.data;
+                }
+            },
+            fromcopy:function()
+            {
+                uni.postMessage({
+                    data: {
+                        action: 'copy'
+                    }
                 })
             },
             getUrlPar:function(name)
@@ -443,7 +472,7 @@
             },
         },
         mounted:function(){
-            this.getGoodsList();
+            this.getLikeGoods();
         }
     })
 </script>
\ No newline at end of file

--
Gitblit v1.9.3