From fbb19d5a190b36deb036db5862af5e2c8bc4e1b0 Mon Sep 17 00:00:00 2001 From: yanyan Date: Tue, 27 Feb 2024 16:09:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=94=E7=BB=83=E5=9B=9E=E9=A1=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 ++++ subpkg/complete/complete.vue | 11 +++-- subpkg/review/review.vue | 83 ++++++++++++++++++++++++++++++++++++ 3 files changed, 99 insertions(+), 3 deletions(-) create mode 100644 subpkg/review/review.vue diff --git a/pages.json b/pages.json index 86520a7..3070da3 100644 --- a/pages.json +++ b/pages.json @@ -146,6 +146,14 @@ "navigationBarTitleText" : "", "enablePullDownRefresh" : false } + }, + { + "path" : "review/review", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false + } }] }], "globalStyle": { diff --git a/subpkg/complete/complete.vue b/subpkg/complete/complete.vue index 547b01a..b367391 100644 --- a/subpkg/complete/complete.vue +++ b/subpkg/complete/complete.vue @@ -24,7 +24,7 @@ 炫耀一下 - 演练回顾 + 演练回顾 重新挑战 @@ -70,7 +70,7 @@ this.answer = this.questionList[0].answer; } - uni.$showMsg('数据请求成功!') + //uni.$showMsg('数据请求成功!') }, async getRecordList() { const { @@ -79,7 +79,7 @@ if (!res.success) return uni.$showMsg() this.recordList = res.data - uni.$showMsg('数据请求成功!') + //uni.$showMsg('数据请求成功!') }, backIndex(){ uni.switchTab({ @@ -91,6 +91,11 @@ url: '/subpkg/rechallenge/rechallenge?questionFreId='+this.questionFreId }) }, + review(){ + uni.navigateTo({ + url: '/subpkg/review/review?questionFreId='+this.questionFreId + }) + }, itemClickHandler(item) { if(item !== ""){ this.ask= item.ask diff --git a/subpkg/review/review.vue b/subpkg/review/review.vue new file mode 100644 index 0000000..03f27eb --- /dev/null +++ b/subpkg/review/review.vue @@ -0,0 +1,83 @@ + + + + +