修改二维码

This commit is contained in:
2024-04-25 08:51:18 +08:00
parent ff36356543
commit 994d6155a2
7 changed files with 87 additions and 30 deletions

View File

@@ -1,12 +1,18 @@
<!--pages/qrCode/index.wxml-->
<view class="wrapper">
<!-- <view class="wrapper">
<view class="item" wx:for="{{list}}" wx:key="index">
<view class="tenement" >
<view class="name">{{item.name}}</view>
<view class="primaryTextBtn" data-index="{{index}}" data-id="{{item.id}}" bind:tap="look"> 查看二维码 </view>
</view>
<view class="image" wx:if="{{indexs[index] == true}}">
<van-image width="400rpx" height="400rpx" src="{{urls[index]}}" />
</view>
</view>
</view>
</view> -->
<view class="wrapper">
<view class="image">
<van-image width="400rpx" height="400rpx" src="{{url}}" />
</view>
<view style="padding-bottom: 100rpx;margin-left: 40rpx;margin-right: 40rpx;"> 扫描该二维码可进入{{tenement.name}} </view>
</view>