diff --git a/newPages/evaluate/index.vue b/newPages/evaluate/index.vue
index e71ccac..fe70b38 100644
--- a/newPages/evaluate/index.vue
+++ b/newPages/evaluate/index.vue
@@ -1,171 +1,188 @@
-
-
-
-
-
-
-
-
-
-
-
- {{ item.busiName }}
-
-
-
- {{ item.busiName.slice(0, 3) }}
-
-
- {{ item.courseType }}
-
-
-
-
-
- {{ item.coachName }}
-
-
-
- {{ item.rate }}
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.busiName }}
+
+
+
+ {{ item.busiName.slice(0, 3) }}
+
+
+ {{ item.courseType }}
+
+
+
+
+
+ {{ item.coachName }}
+
+
+
+ {{ item.rate }}
+
+
+
+
+
-
-
+
+
diff --git a/newPages/examinationList/index.vue b/newPages/examinationList/index.vue
index 46399ca..659f4c6 100644
--- a/newPages/examinationList/index.vue
+++ b/newPages/examinationList/index.vue
@@ -1,20 +1,11 @@
-
-
-
+
+
+
+
-
-
- 考试结果录入
-
-
import {getLocalUserInfo} from '../../utils/auth';
import request from '@/utils/request.js'
+import headers from "@/components/header/headers.vue";
export default {
+ components: {headers},
data() {
return {
loopData0: [
diff --git a/newPages/newIndex/index.vue b/newPages/newIndex/index.vue
index 99ae040..4c2348f 100644
--- a/newPages/newIndex/index.vue
+++ b/newPages/newIndex/index.vue
@@ -22,7 +22,7 @@
-
+
@@ -134,12 +134,14 @@ export default {
pageNo: 1,
pageSize: 10,
total: 0,
- imageUrl: this.$imagesUrl
+ imageUrl: this.$imagesUrl,
+ textList:[]
};
},
onLoad() {
this.getList()
this.getSwiperList()
+ this.getTextList()
},
methods: {
getList() {
@@ -161,6 +163,24 @@ export default {
this.isTriggered = false
})
},
+ /**
+ * 实时讯息
+ */
+ async getTextList() {
+ let res = await request({
+ url: '/app-api/drivingSchool/text/list',
+ method: 'get',
+ params: {
+ pageNum: 1,
+ pageSize: 10000
+ }
+ })
+ // this.textList = res.data.records
+ // 将textList中的title拼接成数组赋值给textList
+ res.data.records.forEach(item => {
+ this.textList.push(item.title)
+ })
+ },
getSwiperList() {
request({
url: '/drivingSchool/applet/swiper/list',
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 979afe9..49faa07 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -11,8 +11,8 @@
-
+
@@ -564,14 +564,14 @@ button:focus {
}
.lan {
- color: #4AA76F;
+ color: #2c78f5;
}
.land {
font-size: 25px;
font-weight: bold;
- color: #4AA76F;
+ color: #2c78f5;
margin-bottom: 5px;
}
@@ -595,6 +595,6 @@ button:focus {
border-radius: 50%;
border: 1px solid #AAAAAA;
margin-right: 5px;
- background-color: #4AA76F;
+ background-color: #2c78f5;
}
diff --git a/static/imgs/idphoto.png b/static/imgs/idphoto.png
new file mode 100644
index 0000000..fdaafaf
Binary files /dev/null and b/static/imgs/idphoto.png differ