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

修改包名;生成二维码功能逻辑调整

This commit is contained in:
2022-11-05 18:24:05 +08:00
parent 37fac90066
commit 9bd12755fe
45 changed files with 184 additions and 154 deletions

View File

@@ -1,6 +1,5 @@
<view style="text-align: center;margin-top: 100px;">
<image src="{{imgUrl}}"></image>
<view><text class="user-motto">{{stuId}}</text></view>
<view><text class="user-motto">{{name}}</text></view>
<view><text class="user-motto">{{time}}</text></view>
<view><text>{{stuId}} {{name}}</text></view>
<image id="qrcode" src="{{imgUrl}}"></image>
<view><text class="time-text">{{time}}</text></view>
</view>