diff --git a/component/public/newgame/sxy-Timeing.vue b/component/public/newgame/sxy-Timeing.vue index c318fd3..b881dc6 100644 --- a/component/public/newgame/sxy-Timeing.vue +++ b/component/public/newgame/sxy-Timeing.vue @@ -34,7 +34,7 @@ export default { initTime: { // 初始时间 type: Number, - default:3600, + default:185, }, // isDown: { // // 是否是倒计时 @@ -184,7 +184,7 @@ export default { .box .bottom { background-color: #DCDCDC; line-height: 0rpx; - border-top: 2rpx solid #fff; + border-top: 1rpx solid #fff; border-radius: 0 0 4rpx 4rpx; } diff --git a/pages/NursingNew/index.vue b/pages/NursingNew/index.vue index c1a99b4..ab72d16 100644 --- a/pages/NursingNew/index.vue +++ b/pages/NursingNew/index.vue @@ -105,7 +105,7 @@ const tabbrarr = ref([ { name: '护理', url: '/static/shouye/sy/n0.png', urls: '/static/shouye/sy/n1.png', type: 'kzgn_hljz' }, { name: '医疗', url: '/static/shouye/sy/y0.png', urls: '/static/shouye/sy/y1.png', type: 'kzgn_yljz' }, - { name: '后勤', url: '/static/shouye/sy/l0.png', urls: '/static/shouye/sy/l1.png', type: 'kzgn_hqjz' }, + { name: '后勤', url: '/static/shouye/sy/q0.png', urls: '/static/shouye/sy/q1.png', type: 'kzgn_hqjz' }, { name: '库房', url: '/static/shouye/sy/l0.png', urls: '/static/shouye/sy/l1.png', type: 'kzgn_kfjz' }, ]) const specialPage = ref(0) diff --git a/static/shouye/sy/l0.png b/static/shouye/sy/l0.png index 4bf954a..2d0aef5 100644 Binary files a/static/shouye/sy/l0.png and b/static/shouye/sy/l0.png differ diff --git a/static/shouye/sy/l1.png b/static/shouye/sy/l1.png index bfafa3f..cb9ebf1 100644 Binary files a/static/shouye/sy/l1.png and b/static/shouye/sy/l1.png differ diff --git a/static/shouye/sy/q0.png b/static/shouye/sy/q0.png new file mode 100644 index 0000000..4bf954a Binary files /dev/null and b/static/shouye/sy/q0.png differ diff --git a/static/shouye/sy/q1.png b/static/shouye/sy/q1.png new file mode 100644 index 0000000..e224bca Binary files /dev/null and b/static/shouye/sy/q1.png differ