Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
2ed1e50b
Commit
2ed1e50b
authored
Nov 18, 2020
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付更改
parent
2648b0c8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
3 deletions
+11
-3
index.html
public/cs/index.html
+1
-2
index.html
public/sy/index.html
+1
-1
Alipay.png
src/assets/images/userCenter/Alipay.png
+0
-0
WeChat.png
src/assets/images/userCenter/WeChat.png
+0
-0
bg.jpg
src/assets/images/userCenter/bg.jpg
+0
-0
URLS.ts
src/config/URLS.ts
+1
-0
Api.service.ts
src/views/userCenter/Api.service.ts
+8
-0
choosePackage.vue
src/views/userCenter/choosePackage.vue
+0
-0
No files found.
public/cs/index.html
View file @
2ed1e50b
...
...
@@ -8,8 +8,7 @@
<link
rel=
"icon"
href=
"./cs/favicon.ico"
>
<title>
区块链慈善登记
</title>
<!-- 新iconfont -->
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_1321935_v0o359opzio.css"
>
<!-- 富文本编辑器 -->
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_1321935_lf9pob1tn0n.css"
>
<script
src=
"https://cdn.bootcss.com/tinymce/4.7.4/tinymce.min.js"
></script>
</head>
...
...
public/sy/index.html
View file @
2ed1e50b
...
...
@@ -7,7 +7,7 @@
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"./sy/favicon.ico"
>
<title>
商品溯源
</title>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_1321935_
bbqfp1kenhe
.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_1321935_
lf9pob1tn0n
.css"
>
<script
src=
"https://cdn.bootcss.com/tinymce/4.7.4/tinymce.min.js"
></script>
</head>
...
...
src/assets/images/userCenter/Alipay.png
deleted
100644 → 0
View file @
2648b0c8
14.4 KB
src/assets/images/userCenter/WeChat.png
View replaced file @
2648b0c8
View file @
2ed1e50b
11 KB
|
W:
|
H:
3.62 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/images/userCenter/bg.jpg
deleted
100644 → 0
View file @
2648b0c8
12.8 KB
src/config/URLS.ts
View file @
2ed1e50b
...
...
@@ -52,4 +52,5 @@ export class GO_URLS {
static
deleteFolder
=
prefix_go
+
'/api/template/deleteFolder'
static
updateFolder
=
prefix_go
+
'/api/template/updateFolder'
static
deleteBlockChainProof
=
prefix_go
+
'/api/proof/deleteBlockChainProof'
static
methods
=
prefix_go
+
'/api/order/pay/methods'
}
src/views/userCenter/Api.service.ts
View file @
2ed1e50b
...
...
@@ -137,4 +137,11 @@ export function companyStatus(id: number) {
user_id
:
id
}
})
}
export
function
getMethods
()
{
return
ajax
({
type
:
'get'
,
url
:
GO_URLS
.
methods
})
}
\ No newline at end of file
src/views/userCenter/choosePackage.vue
View file @
2ed1e50b
This diff is collapsed.
Click to expand it.
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