diff --git a/pages/add-stroke/components/date-selector.vue b/pages/add-stroke/components/date-selector.vue
index 293c553..02102c3 100644
--- a/pages/add-stroke/components/date-selector.vue
+++ b/pages/add-stroke/components/date-selector.vue
@@ -11,7 +11,7 @@
export default {
name: 'DateSelector',
data() {
- const time = this.$moment().format('YYYY-MM-DD');
+ const time = this.$moment().format('YYYY-MM-DD hh:mm:ss');
return {
time,
};
diff --git a/pages/apply-code/apply-code.vue b/pages/apply-code/apply-code.vue
index 5ef2adb..92c6554 100644
--- a/pages/apply-code/apply-code.vue
+++ b/pages/apply-code/apply-code.vue
@@ -85,7 +85,7 @@
*当前体温(℃)
-
+
diff --git a/pages/my-trips/my-trips.vue b/pages/my-trips/my-trips.vue
index 2b8db40..383826d 100644
--- a/pages/my-trips/my-trips.vue
+++ b/pages/my-trips/my-trips.vue
@@ -5,7 +5,7 @@
{{ +item.startTime | formatDate }}
-
+ formatDate(data, 'MM-dd hh:mm:ss')
{{ +item.startTime | formatDate }} 至 {{ +item.endTime | formatDate }}
@@ -92,7 +92,7 @@
formatDate(time) {
var data = new Date(time);
return formatDate(data, 'MM-dd');
- }
+ },
},
onLoad() {
diff --git a/pages/punch-the-clock/punch-the-clock.vue b/pages/punch-the-clock/punch-the-clock.vue
index ff837d8..d1d39db 100644
--- a/pages/punch-the-clock/punch-the-clock.vue
+++ b/pages/punch-the-clock/punch-the-clock.vue
@@ -59,7 +59,7 @@
*当前体温(℃)
-
+
diff --git a/pages/user-code/user-code.vue b/pages/user-code/user-code.vue
index 74bc90e..6c533d1 100644
--- a/pages/user-code/user-code.vue
+++ b/pages/user-code/user-code.vue
@@ -1,42 +1,56 @@
-
+
+
- 个人申报信息
-
+ 个人申报信息
+
{{ userInfo.name }}
{{ post }}
-
+
身份证:
{{ userInfo.idCard }}
-
+
手机号:
{{ userInfo.phone }}
-
+
学号:
{{ userInfo.no }}
-
+
登记时间:
{{ time }}
-
+
健康状态:
{{ level }}
-
+ /> -->
+
+
+
+
+
@@ -69,7 +83,7 @@ export default {
},
computed: {
- ...mapState('user', ['token']),
+ ...mapState('user', ['token','healthCode']),
// 身份
post() {
@@ -173,4 +187,18 @@ export default {
height: 400rpx;
margin: 0 auto;
}
+
+.index-btn {
+ position: fixed;
+ bottom: 40rpx;
+ right: 40rpx;
+ width: 96rpx;
+ height: 96rpx;
+ line-height: 96rpx;
+ padding: 0;
+}
+
+.index-btn::after {
+ border: none;
+}