From a008c1b65662ebe6af3fea4ff0c103655705809f Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期五, 09 六月 2023 11:39:18 +0800
Subject: [PATCH] no message

---
 public/html/bybt.html |   26 ++++++++------------------
 1 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/public/html/bybt.html b/public/html/bybt.html
index 46b661a..c0efaad 100644
--- a/public/html/bybt.html
+++ b/public/html/bybt.html
@@ -38,18 +38,15 @@
       type="text/javascript"
       src="https://p1static.dataoke.com/web/js/layer/layer.js?t=202104191256"
     ></script>
-    <script type="text/javascript" src="https://img.ushopvip.com/js/uni-webview-js.js"></script>
+
     <title>鐧句嚎琛ヨ创</title>
     <script>
       var _config = {
         appKey: 'kowwtb', //姝ゅ鏇挎崲鎴愮敤鎴穉ppKey
-        
         // 闇�瑕佽嚜琛屾帴鍏ョ偣鍑诲晢鍝佸悗鐨勯�昏緫 锛堥潪蹇呭~锛�
-         jumpGoodsUrl: function (items) {   // 鏇挎崲涓鸿缁嗛〉闈㈢殑鍦板潃鎴栬浆閾鹃�昏緫
-            uni.navigateTo({
-                  url: '/pages/goods/goodsDetail?id=' + items.goodsid
-                });
-         }
+        // jumpGoodsUrl: function (items) {   // 鏇挎崲涓鸿缁嗛〉闈㈢殑鍦板潃鎴栬浆閾鹃�昏緫
+        // 	 window.open('https://xxxx&gid=' + items.goodsid);
+        // }
       };
     </script>
     <style>
@@ -428,7 +425,6 @@
             :key="index"
             class="list"
             :id="'goodsList'+index"
-            @click="targetItem(item)"
           >
             <div class="pic"><img :src="imgFomate(item.pictUrl)" /></div>
             <div class="center">
@@ -512,12 +508,6 @@
       nowPage: 1,
     },
     methods: {
-      targetItem(item)
-      {
-        uni.navigateTo({
-                  url: '/pages/goods/goodsDetail?id=' + item.itemId
-                });
-      },
       isStart(item) {
         if (this.getTime(item.activityStartTime) >= new Date()) {
           layer.msg('鎶㈣喘鏆傛湭寮�濮�');
@@ -651,13 +641,13 @@
           }
 
           setTimeout(function () {
-            /* for (var i = 0; i < _this.goodsList1.length; i++) {
+            for (var i = 0; i < _this.goodsList1.length; i++) {
               _this.handleClipboard(
                 document.getElementById('goodsList' + i),
                 _this.goodsList1[i],
                 true
               );
-            } */
+            }
 
             if (code == 200) {
               $.ajax({
@@ -668,12 +658,12 @@
                   url: _this.linkKZ + '#/bybt?app_key='+_config.appKey,
                 },
               }).done(function (res) {
-               /*  _this.handleClipboard(
+                _this.handleClipboard(
                   document.getElementById('shareID'),
                   {},
                   false,
                   '鑱氬垝绠楀彂琛ヨ创绂忓埄浜嗭紝澶х墝姝e搧锛屼拱璐靛繀闄紝灏忎紮浼翠滑蹇潵鎶㈣喘鍚'+res.data
-                ); */
+                );
               });
             }
           }, 500);

--
Gitblit v1.9.3