From 27d24c26ef97f62c828e2a433605cd628823aa57 Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期二, 27 六月 2023 11:12:03 +0800
Subject: [PATCH] no message

---
 public/html/fengqiangbang.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/public/html/fengqiangbang.html b/public/html/fengqiangbang.html
index da74431..f892b11 100644
--- a/public/html/fengqiangbang.html
+++ b/public/html/fengqiangbang.html
@@ -29,9 +29,9 @@
         
         var _config = {
             appKey: 'bkuibk',//姝ゅ鏇挎崲鎴愮敤鎴穉ppKey
-            jumpGoodsUrl: function (items) {   //榛樿鐩存帴杞摼
+            jumpGoodsUrl: function (items,sourceType) {   //榛樿鐩存帴杞摼
                 uni.navigateTo({
-                  url: '/pages/goods/goodsDetail?id=' + items.goodsid
+                  url: '/pages/goods/goodsDetail?id=' + items.goodsid+"&sourceType="+sourceType
                 });
               //  return '/pages/goods/goodsDetail?id=' + items.goodsid; //鏇挎崲涓鸿缁嗛〉闈㈢殑鍦板潃
             }
@@ -447,7 +447,7 @@
         methods:{
             handleCdetailFavorite: function (items) {
                 if(_config.jumpGoodsUrl){
-                    _config.jumpGoodsUrl(items);
+                    _config.jumpGoodsUrl(items,this.platid);
                 }
                 return;
                 var params = {

--
Gitblit v1.9.3