From 749d37d04c015f6dfc6e430200700b59ff410b51 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 25 七月 2024 10:18:17 +0800
Subject: [PATCH] 提交
---
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