Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
occloud-server
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yangjiarong
occloud-server
Commits
907aaa19
Commit
907aaa19
authored
Aug 05, 2022
by
liuliufashi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
0993f438
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
.env.dev
web-vue-admin/.env.dev
+2
-1
dist.zip
web-vue-admin/dist.zip
+0
-0
index.vue
web-vue-admin/src/views/pay-list/index.vue
+3
-2
No files found.
web-vue-admin/.env.dev
View file @
907aaa19
VUE_APP_MODE = 'dev'
NODE_ENV=production browserify -g envify -e main.js | uglifyjs -c -m > build.js
VUE_APP_BASE_URL = '/iships/'
VUE_APP_MODE = 'http://43.142.42.187:8899/
/
occloud'
VUE_APP_MODE = 'http://43.142.42.187:8899/occloud'
VUE_APP_TEXT = '测试环境'
\ No newline at end of file
web-vue-admin/dist.zip
View file @
907aaa19
No preview for this file type
web-vue-admin/src/views/pay-list/index.vue
View file @
907aaa19
...
...
@@ -218,8 +218,11 @@ const handleOk = async (e: MouseEvent) => {
const
expireendtime
=
(
moment
(
value4
.
value
.
$d
).
format
(
'YYYY-MM-DD'
))
+
(
moment
(
value5
.
value
.
$d
).
format
(
'THH:mm:[00][Z]'
))
formState
.
value
.
fullphone
=
formState
.
value
.
fullphone
?
'0'
:
'1'
formState
.
value
.
payment
=
formState
.
value
.
payment
*
100
console
.
log
(
formState
,
'formState'
);
const
params
=
{
...
formState
.
value
,
expireendtime
,
uid
,
}
const
data
:
any
=
await
onUpdateGoodsPay
(
params
)
...
...
@@ -240,8 +243,6 @@ const onGetSearch = async () => {
pagination
.
total
=
data
.
data
.
count
}
const
onEdit
=
(
e
:
any
)
=>
{
console
.
log
(
e
,
'e'
);
formState
.
value
=
{
...
e
}
...
...
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