1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

微信小程序绘制二维码

This commit is contained in:
2022-11-26 13:38:30 +08:00
parent 3836427aec
commit 00652ee179
8 changed files with 1469 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view style="background-color: #F6F6F6;height: 100%;">
<image src="../../image/home.jpg" style="width: 100%;height: 130px;"></image>
<view>
<image src="../../image/home.jpg" style="width: 100%;height: 145px;"></image>
<view style="display: block; padding-left: 30px; padding-top: 12px;">
<text>欢迎你{{ displayUsername }}</text>
</view>
@@ -94,9 +94,8 @@
</view>
</view>
</view>
<DebugComp />
</view>
<DebugComp />
</template>
<script>