From 5ad2c1f32ac22d303a7169276cf31a5df02369df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?=
<153298343@qq.com>
Date: Sat, 25 Mar 2023 15:36:12 +0800
Subject: [PATCH] up
---
pages/bd/mine.vue | 6 ++----
pages/index/index.vue | 2 +-
pages/visit/testStudy.vue | 19 +++++++++++--------
static/css/bd.css | 1 -
utils/util.js | 4 ++--
5 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/pages/bd/mine.vue b/pages/bd/mine.vue
index fbd234c..63fc0e2 100644
--- a/pages/bd/mine.vue
+++ b/pages/bd/mine.vue
@@ -201,10 +201,8 @@
audit_status: this.select.audit_status,
keyword: this.select.keyword
},
- utilSuccess: function(res) {
- if (res.total == 0) {
- that.isEmpty = true
- }
+ utilSuccess: function(res) {
+ that.isEmpty = res.total == 0;
if (that.select.page == 1) {
that.list = res.data
} else {
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 4149107..9b79695 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -2,7 +2,7 @@
BD访客
- 我的历史记录
+ 我的拜访记录
diff --git a/pages/visit/testStudy.vue b/pages/visit/testStudy.vue
index 049d88b..888e31e 100644
--- a/pages/visit/testStudy.vue
+++ b/pages/visit/testStudy.vue
@@ -15,7 +15,8 @@
:localdata="item.answer" :wrap='true' multiple :map="{text:'content',value:'content'}" />
-
+
+
需要正确率达{{rate}}%
提交
@@ -164,13 +165,16 @@