From 8f59335879cf2d2f372380f511b2f6378738298a Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 22 七月 2024 13:44:28 +0800
Subject: [PATCH] b端
---
wechat_jiaxuan/pages/index/index.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/wechat_jiaxuan/pages/index/index.js b/wechat_jiaxuan/pages/index/index.js
index 3f490c3..3828fd4 100644
--- a/wechat_jiaxuan/pages/index/index.js
+++ b/wechat_jiaxuan/pages/index/index.js
@@ -4,7 +4,7 @@
getZSZXCatalogs,
getCustomizedNewsList,
getHomeBanner,
- getHomeBannerDetail,
+ actionDo,
getZhongTaiVideoPage,
getZhongTaiProductNewsPage
} from '../../api/index'
@@ -195,6 +195,7 @@
const { id } = e.currentTarget.dataset
const item = e.currentTarget.dataset.item
console.log('item', item);
+ actionDo({actionType: 'view',id: item.id})
if(item.openType == 'video'){
wx.previewMedia({
sources: [{ url: item.openContent, type: 'video' }]
--
Gitblit v1.9.3