hookehuyr

fix 图片生成时需要获取到数据才进行

...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
2 * @Author: hookehuyr hookehuyr@gmail.com 2 * @Author: hookehuyr hookehuyr@gmail.com
3 * @Date: 2022-04-27 10:23:05 3 * @Date: 2022-04-27 10:23:05
4 * @LastEditors: hookehuyr hookehuyr@gmail.com 4 * @LastEditors: hookehuyr hookehuyr@gmail.com
5 - * @LastEditTime: 2022-06-14 12:04:00 5 + * @LastEditTime: 2024-11-20 10:56:08
6 * @FilePath: /tswj/src/views/client/donateCertificate.vue 6 * @FilePath: /tswj/src/views/client/donateCertificate.vue
7 * @Description: 捐赠成功后显示证书页面 7 * @Description: 捐赠成功后显示证书页面
8 --> 8 -->
9 <template> 9 <template>
10 <div class="donate-certificate-page content-bg"> 10 <div class="donate-certificate-page content-bg">
11 - <donate-cert :item="certItem" /> 11 + <donate-cert v-if="certItem" :item="certItem" />
12 </div> 12 </div>
13 <shortcut-fixed :type="USER_ROLE.CLIENT" :item="['home']" /> 13 <shortcut-fixed :type="USER_ROLE.CLIENT" :item="['home']" />
14 </template> 14 </template>
......