Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
3f709be6
Commit
3f709be6
authored
Apr 13, 2020
by
wangxuelai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'日历打卡休息日选择被提交按钮遮挡'
parent
811a67ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
index.js
business/pages/themeeditor/index.js
+8
-3
index.wxml
business/pages/themeeditor/index.wxml
+1
-1
No files found.
business/pages/themeeditor/index.js
View file @
3f709be6
...
...
@@ -68,6 +68,7 @@ Page({
id
:
0
,
tid
:
0
,
sid
:
0
,
submitBtnShow
:
true
,
calendarparams
:
{
type
:
0
,
// 0无限制 1录音 2视频 3照片
title
:
''
,
...
...
@@ -1150,9 +1151,10 @@ Page({
const
{
show
,
src
}
=
e
.
detail
}
=
e
.
detail
;
this
.
setData
({
'audioStatus.show'
:
show
'audioStatus.show'
:
show
,
submitBtnShow
:
!
show
,
})
},
pushVoice
(
e
)
{
...
...
@@ -1951,6 +1953,7 @@ Page({
})
setSelectedDays
(
data
);
this
.
setData
({
submitBtnShow
:
false
,
calenderShow
:
true
})
},
...
...
@@ -1999,13 +2002,15 @@ Page({
this
.
setData
({
calenderShow
:
false
,
selectRestDays
:
days
,
weeks
:
_weeks
weeks
:
_weeks
,
submitBtnShow
:
true
})
},
hiddeCalender
(
e
)
{
const
flag
=
e
.
target
.
dataset
.
id
==
"hidde"
?
true
:
false
;
if
(
flag
)
{
this
.
setData
({
submitBtnShow
:
true
,
calenderShow
:
false
})
}
...
...
business/pages/themeeditor/index.wxml
View file @
3f709be6
...
...
@@ -338,7 +338,7 @@
<sound-recording sid="{{sid}}" show="{{audioStatus.show}}" bind:addVoice="addVoice" bind:pushVoice="pushVoice">
</sound-recording>
</view>
<cover-view class="form-fixbtn" bindtap="saveTheme" wx:if="{{
!audioStatus.s
how}}">发布</cover-view>
<cover-view class="form-fixbtn" bindtap="saveTheme" wx:if="{{
submitBtnS
how}}">发布</cover-view>
</view>
<view class="modal-dialog" wx:if="{{changesubjectCountInputShow}}">
<view class="modal-mask"></view>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment