From 4553d52cc94609e3a49b541e85ac92104b2627fc Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 23 Oct 2023 15:54:49 +0800 Subject: [PATCH] up --- pages/activity/book.vue | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/pages/activity/book.vue b/pages/activity/book.vue index 19326d3..8a40959 100644 --- a/pages/activity/book.vue +++ b/pages/activity/book.vue @@ -215,19 +215,40 @@ keyName="label"> - + + + + + + + {{currentNotice.title}} + + + + + + + + 下载模版 + + + + 知道了 + + @@ -351,7 +372,6 @@ this.form.type = (options.type == 'user' ? 2 : 1); this.form.activity_id = parseInt(options.activity_id); this.form.activity_number_id = parseInt(options.activity_number_id); - }, onShow(){ var that = this; @@ -402,7 +422,7 @@ downLoad() { const downloadTask = uni.downloadFile({ - url: 'https://leyitest.ali251.langye.net/Template.xlsx', //仅为示例,并非真实的资源 + url: 'https://gbyuyue.szgmbwg.org.cn/Template.xlsx', //仅为示例,并非真实的资源 success: (res) => { var filePath = res.tempFilePath if (res.statusCode === 200) {