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) {