From 1951e6ccf8dff46e6f8c671308f6e4db694fc800 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 12 七月 2024 17:23:49 +0800 Subject: [PATCH] bug --- pages/digitalTextbooks/digitalTextbooksDetails/index.js | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/pages/digitalTextbooks/digitalTextbooksDetails/index.js b/pages/digitalTextbooks/digitalTextbooksDetails/index.js index 971c831..9f11531 100644 --- a/pages/digitalTextbooks/digitalTextbooksDetails/index.js +++ b/pages/digitalTextbooks/digitalTextbooksDetails/index.js @@ -773,4 +773,28 @@ } }, + //璇佷功鏌ョ湅 + onClick1() { + this.setData({ + images: ['/static/images/certificate/cbzs.jpg'], + showIndex: true, + visible: true, + }) + }, + onClick2() { + this.setData({ + images: ['/static/images/certificate/rzzs.jpg'], + showIndex: true, + visible: true, + }) + }, + onClose(e) { + const { + trigger + } = e.detail; + this.setData({ + visible: false, + }); + } + }) \ No newline at end of file -- Gitblit v1.9.1