Commit 9e3bc063 authored by wangxuelai's avatar wangxuelai

''

parent 01d98f5d
......@@ -82,9 +82,9 @@ Page({
clock_start_time: '00:00',
clock_end_time: '23:59',
push_time: '09:00',
showLimitF:false,
showReadF:false
},
showLimitF:false,
showReadF:false,
submiting: false,
audioStatus: { // 录音弹窗的交互状态
show: false,
......
......@@ -178,12 +178,12 @@
</view>
</view>
</view>
<view class="common-editor-box self-editor-box mb24 pd0" hover-class="none" hover-stop-propagation="false" style="{{showReadF?'':'height: 66rpx; overflow: hidden;'}}" >
<view class="box-title clearfix" hover-class="none" hover-stop-propagation="false" bindtap="showRead">
<view class="common-editor-box self-editor-box mb24 pd0" hover-class="none" hover-stop-propagation="false" style="{{showLimitF?'':'height: 66rpx; overflow: hidden;'}}" >
<view class="box-title clearfix" hover-class="none" hover-stop-propagation="false" bindtap="showLimit">
<view class="main-title-box" hover-class="none" hover-stop-propagation="false">
<text class="main-title" selectable="false" space="false" decode="false">打卡要求</text>
</view>
<image class="showorhide-icon" style="{{showReadF?'transform: rotate(-90deg);':'transform: rotate(90deg);'}}" src="{{imageRoot}}2b/organizationalmgt/right.png?{{imageVersion}}" lazy-load="false"></image>
<image class="showorhide-icon" style="{{showLimitF?'transform: rotate(-90deg);':'transform: rotate(90deg);'}}" src="{{imageRoot}}2b/organizationalmgt/right.png?{{imageVersion}}" lazy-load="false"></image>
</view>
<view class="box-title box-title-mode" hover-class="none" hover-stop-propagation="false">
<view class="main-title-box" hover-class="none" hover-stop-propagation="false">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment