Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
62bdb732
Commit
62bdb732
authored
Jun 09, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
切换分支
parent
de413fa6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
9 deletions
+10
-9
environments/environment.ts
+1
-1
manifest.json
+1
-1
pages/application-process/signature.vue
+0
-7
pages/pointsExchange/customDatePop.vue
+8
-0
No files found.
environments/environment.ts
View file @
62bdb732
...
...
@@ -37,7 +37,7 @@ const config = {
stage
,
prod
}
let
env
=
'
prod
'
;
let
env
=
'
dev
'
;
let
baseURL
=
config
[
env
].
base_url
;
let
apiURL
=
config
[
env
].
api_url
;
...
...
manifest.json
View file @
62bdb732
...
...
@@ -169,7 +169,7 @@
"vueVersion"
:
"3"
,
"h5"
:
{
"router"
:
{
"base"
:
"/
appYdhomeoffice
/"
,
"base"
:
"/
cffp
/"
,
"mode"
:
"history"
},
"devServer"
:
{
...
...
pages/application-process/signature.vue
View file @
62bdb732
...
...
@@ -218,9 +218,6 @@
<
style
lang=
"scss"
scoped
>
@import
'applyCommon.scss'
;
//
uni-page-wrapper
{
//
overflow
:
hidden
!important
;
//
}
.container
{
background-color
:
#fff
;
}
...
...
@@ -243,10 +240,6 @@
.imgBox{
display
:
flex
;
align-items
:
center
;
//
position
:
absolute
;
//
bottom
:
-7%
;
//
left
:
50%
;
//
transform
:
translateX
(
-50%
);
width
:
120
rpx
;
height
:
120
rpx
;
}
...
...
pages/pointsExchange/customDatePop.vue
View file @
62bdb732
...
...
@@ -400,6 +400,14 @@
this
.
$emit
(
'comfirm'
,{
year
:
this
.
year
,
month
:
this
.
month
,
current
:
this
.
current
,
timeType
:
'8'
})
}
if
(
this
.
current
==
'2'
){
if
(
!
this
.
currentDate
.
length
){
uni
.
showToast
({
title
:
`请选择时间`
,
duration
:
1000
,
icon
:
'none'
});
return
}
let
newObj
=
{}
if
(
this
.
monthList
.
filter
(
item
=>
item
.
value
==
this
.
currentMonth
).
length
>
0
){
newObj
=
this
.
monthList
.
filter
(
item
=>
item
.
value
==
this
.
currentMonth
)[
0
]
...
...
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