Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-17 14:52:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8c5de5d8ef868ee67ca7a72597cc8e31d1fe0837
8c5de5d8
1 parent
3d4affd5
✨ feat: 甲方需求调整删除证书上面日期
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
src/components/DonateCert/index.vue
src/components/DonateFlower/index.vue
src/components/DonateCert/index.vue
View file @
8c5de5d
...
...
@@ -33,7 +33,7 @@
</div>
</div>
</div>
<
div class="date">{{ item.donate_date }}</div
>
<
!-- <div class="date">{{ item.donate_date }}</div> --
>
<div class="text">
证书编号:{{ item.cert_code }}
</div>
...
...
@@ -55,11 +55,9 @@
</template>
<script setup>
// TODO:图片需要更换
import icon_cert from '@images/zhengshu@2x.png'
import icon_stamp01 from '@images/stamp01.png'
import icon_stamp02 from '@images/stamp02.png'
import donate_bg_c_2 from '@images/donate_bg_c_2.png'
import donate_top from '@images/donate_top.png'
import donate_center from '@images/donate_center.png'
import donate_bottom from '@images/donate_bottom.png'
...
...
@@ -141,7 +139,7 @@ export default {
.organizer {
margin: 1rem;
overflow: hidden;
margin-right: 2rem;
.wrapper {
float: right;
font-size: 0.8rem;
...
...
src/components/DonateFlower/index.vue
View file @
8c5de5d
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-31 22:09:58
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-17 1
3:42:56
* @LastEditTime: 2022-06-17 1
4:52:12
* @FilePath: /tswj/src/components/DonateFlower/index.vue
* @Description: 捐花组件
-->
...
...
@@ -152,7 +152,7 @@ const addDonate = async (params) => {
const { data } = await addDonateAPI(params);
if (data.id) {
closeBtn();
// T
ODO
: 微信支付
// T
AG
: 微信支付
wechatPay(data.id);
// 交易成功跳转回调页面
// TEMP: 临时传参 donate_id, 页面到时候给到后端跳转
...
...
@@ -210,7 +210,7 @@ const cancelDonate = () => {
closeBtn();
}
// T
ODO
: 微信支付
// T
AG
: 微信支付
const wechatPay = (id) => {
const base = 'http://voice.onwall.cn/WxpayAPI/voice_pay/jsapi_voice.php'
location.href = `${base}?i=${id}`
...
...
Please
register
or
login
to post a comment