新增移动端体验二维码

This commit is contained in:
不做码农 2023-07-19 11:45:24 +08:00
parent 00ec12bac3
commit b2e5ea03f6
3 changed files with 24 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -111,6 +111,30 @@
</div>
</el-card>
</el-col>
<el-col :sm="24" :lg="8">
<el-card>
<template #header>
<span>移动端体验</span>
</template>
<div class="body">
<table style="width: 100%; text-align: center">
<tr>
<td>微信小程序</td>
<td>H5</td>
</tr>
<tr>
<td>
<img src="@/assets/images/qrcode.jpg" alt="donate" style="width: 180px" />
</td>
<td>
<img src="@/assets/images/qrcodeH5.png" alt="donate" style="width: 180px" />
</td>
</tr>
</table>
</div>
</el-card>
</el-col>
<el-col :sm="24" :lg="8">
<el-card>
<template #header>