Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
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
zhengke
jz_Travel
Commits
dbcc1907
Commit
dbcc1907
authored
Apr 16, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
b70cae09
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
6 deletions
+8
-6
confirmAppointment.vue
pages/appointment/confirmAppointment.vue
+1
-0
ActivityInProgress.vue
pages/bigredrnvelope/ActivityInProgress.vue
+3
-6
SettableList.vue
pages/bigredrnvelope/SettableList.vue
+1
-0
costSavingStatistics.vue
pages/user-center/costSavingStatistics.vue
+1
-0
happinessPassbook.vue
pages/user-center/happinessPassbook.vue
+1
-0
points.vue
pages/user-center/points.vue
+1
-0
No files found.
pages/appointment/confirmAppointment.vue
View file @
dbcc1907
...
...
@@ -240,6 +240,7 @@
this
.
addMsg
.
TotalPointNum
=
this
.
classDay
*
Number
(
this
.
data
.
PointNum
)
},
confirm
(
e
){
uni
.
hideLoading
()
this
.
addMsg
.
StudyDate
=
e
.
hour
+
':'
+
e
.
minute
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
addMsg
))
msg
.
StudyDate
=
this
.
data
.
StudyDateStr
+
' '
+
this
.
addMsg
.
StudyDate
+
':00'
...
...
pages/bigredrnvelope/ActivityInProgress.vue
View file @
dbcc1907
...
...
@@ -121,7 +121,6 @@
<text>
¥{{ total }}
</text>
</view>
</view>
<u-picker
mode=
"time"
v-model=
"showTime"
:defaultTime=
"times"
:params=
"params"
@
confirm =
'confirm'
></u-picker>
<view
class=
"ActInProListBox"
>
<view
class=
"ActInProList activeLY"
v-for=
"(item,index) in CustomerOrderList"
:key=
"index"
>
...
...
@@ -180,12 +179,9 @@
></u-alert-tips>-->
<view
style=
"height: 40rpx;"
></view>
</view>
</view>
</scroll-view>
<u-picker
mode=
"time"
v-model=
"showTime"
:defaultTime=
"times"
:params=
"params"
@
confirm =
'confirm'
></u-picker>
<auth
v-if=
"showAuth&&is_show_auth==1"
@
changeuserinfo=
"reloadUserinfo"
@
gbAuth=
"gbAuth"
></auth>
</view>
</template>
...
...
@@ -427,6 +423,7 @@ export default {
this
.
scrollTop
=
this
.
scrollHeight
?
this
.
scrollHeight
:
1000000
},
confirm
(
e
){
uni
.
hideLoading
()
if
(
this
.
year
==
e
.
year
&&
this
.
month
==
e
.
month
)
return
this
.
year
=
e
.
year
this
.
month
=
e
.
month
...
...
pages/bigredrnvelope/SettableList.vue
View file @
dbcc1907
...
...
@@ -341,6 +341,7 @@ export default {
this
.
scrollTop
=
this
.
scrollHeight
},
confirm
(
e
){
uni
.
hideLoading
()
if
(
this
.
year
==
e
.
year
&&
this
.
month
==
e
.
month
)
return
this
.
year
=
e
.
year
this
.
month
=
e
.
month
...
...
pages/user-center/costSavingStatistics.vue
View file @
dbcc1907
...
...
@@ -355,6 +355,7 @@
this
.
getList
()
},
confirm
(
e
){
uni
.
hideLoading
()
if
(
this
.
year
==
e
.
year
&&
this
.
month
==
e
.
month
)
return
this
.
year
=
e
.
year
this
.
month
=
e
.
month
...
...
pages/user-center/happinessPassbook.vue
View file @
dbcc1907
...
...
@@ -228,6 +228,7 @@
this
.
scrollTop
=
500
},
confirm
(
e
){
uni
.
hideLoading
()
if
(
this
.
year
==
e
.
year
&&
this
.
month
==
e
.
month
)
return
this
.
year
=
e
.
year
this
.
month
=
e
.
month
...
...
pages/user-center/points.vue
View file @
dbcc1907
...
...
@@ -229,6 +229,7 @@
this
.
scrollTop
=
500
},
confirm
(
e
){
uni
.
hideLoading
()
if
(
this
.
year
==
e
.
year
&&
this
.
month
==
e
.
month
)
return
this
.
year
=
e
.
year
this
.
month
=
e
.
month
...
...
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