From 098357885c9c7124ddad0d14a7fecb5e987d20a7 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 24 七月 2024 15:22:56 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_staff/pages/promotion/index.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/wechat_staff/pages/promotion/index.js b/wechat_staff/pages/promotion/index.js
index e3638d0..42ce6bd 100644
--- a/wechat_staff/pages/promotion/index.js
+++ b/wechat_staff/pages/promotion/index.js
@@ -1,4 +1,4 @@
-import { newsPage } from '../../api/index'
+import { newsPage,saveShareRecord } from '../../api/index'
 import moment from "moment";
 Page({
 
@@ -58,6 +58,7 @@
   },
   downfile(e){
     const item =  e.currentTarget.dataset.index;
+    saveShareRecord(item.id)
     const files = []
     if(item.fileType ==1 && item.fileList && item.fileList.length && item.fileList[0].fileurlFull  ){
       files.push(item.fileList[0].fileurlFull)

--
Gitblit v1.9.3