Commit 2ed1e50b authored by zL's avatar zL

支付更改

parent 2648b0c8
......@@ -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>
......
......@@ -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>
......
......@@ -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'
}
......@@ -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
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment