Skip to content

Commit 19cad3b

Browse files
committed
code review:补全支付文档
1 parent bf66727 commit 19cad3b

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

src/views/pay/app/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<template>
2+
<doc-alert title="支付功能开启" url="https://doc.iocoder.cn/pay/build/" />
23
<!-- 搜索 -->
34
<ContentWrap>
45
<el-form

src/views/pay/demo/index.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<template>
2+
<doc-alert title="支付宝支付接入" url="https://doc.iocoder.cn/pay/alipay-pay-demo/" />
3+
<doc-alert title="支付宝、微信退款接入" url="https://doc.iocoder.cn/pay/refund-demo/" />
4+
<doc-alert title="微信公众号支付接入" url="https://doc.iocoder.cn/pay/wx-pub-pay-demo/" />
5+
<doc-alert title="微信小程序支付接入" url="https://doc.iocoder.cn/pay/wx-lite-pay-demo/" />
6+
27
<!-- 操作工具栏 -->
38
<el-row :gutter="10" class="mb8">
49
<el-col :span="1.5">

src/views/pay/refund/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<template>
2+
<doc-alert title="支付宝、微信退款接入" url="https://doc.iocoder.cn/pay/refund-demo/" />
3+
24
<!-- 搜索工作栏 -->
35
<ContentWrap>
46
<el-form

0 commit comments

Comments
 (0)