浏览代码

显示上班历史记录

seimin 2 年之前
父节点
当前提交
9e2ac997c1
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      main.js
  2. 3 3
      pages/homePage/homePage.vue

+ 1 - 1
main.js

@@ -4,7 +4,7 @@ import App from './App'
4
 import wx from 'weixin-jsapi'
4
 import wx from 'weixin-jsapi'
5
 // import VConsole from 'vconsole';
5
 // import VConsole from 'vconsole';
6
 // new VConsole();
6
 // new VConsole();
7
-console.info('v2.4.4');
7
+console.info('v2.4.5');
8
 Vue.prototype.wx = wx //声明扫码
8
 Vue.prototype.wx = wx //声明扫码
9
 Vue.prototype.audios = [] //待播放的语音集合
9
 Vue.prototype.audios = [] //待播放的语音集合
10
 // #endif
10
 // #endif

+ 3 - 3
pages/homePage/homePage.vue

@@ -28,7 +28,7 @@
28
           </radio-group>
28
           </radio-group>
29
         </scroll-view>
29
         </scroll-view>
30
       </view>
30
       </view>
31
-      <view class="goWorkSelect history" v-if="false">
31
+      <view class="goWorkSelect history">
32
         <view class="goWorkSelect-head"> 历史上班记录 </view>
32
         <view class="goWorkSelect-head"> 历史上班记录 </view>
33
         <view class="goWorkSelect-list">
33
         <view class="goWorkSelect-list">
34
           <radio-group @change="radioChange2">
34
           <radio-group @change="radioChange2">
@@ -1213,8 +1213,8 @@
1213
 
1213
 
1214
         .goWorkSelect-list {
1214
         .goWorkSelect-list {
1215
           &.scroll {
1215
           &.scroll {
1216
-            // height: calc(100vh - 356rpx - 82rpx);
1217
-            height: calc(100vh - 82rpx);
1216
+            height: calc(100vh - 356rpx - 82rpx);
1217
+            // height: calc(100vh - 82rpx);
1218
           }
1218
           }
1219
 
1219
 
1220
           .goWorkSelect-item {
1220
           .goWorkSelect-item {