hookehuyr

✨ feat: 甲方需求调整删除证书上面日期

......@@ -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;
......
......@@ -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 13:42:56
* @LastEditTime: 2022-06-17 14: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();
// TODO: 微信支付
// TAG: 微信支付
wechatPay(data.id);
// 交易成功跳转回调页面
// TEMP: 临时传参 donate_id, 页面到时候给到后端跳转
......@@ -210,7 +210,7 @@ const cancelDonate = () => {
closeBtn();
}
// TODO: 微信支付
// TAG: 微信支付
const wechatPay = (id) => {
const base = 'http://voice.onwall.cn/WxpayAPI/voice_pay/jsapi_voice.php'
location.href = `${base}?i=${id}`
......