You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
2.0 KiB
1 lines
2.0 KiB
<view class="page1" style="overflow:scroll;"><view data-event-opts="{{[['tap',[['addList',['$event']]]]]}}" style="width:90%;height:80rpx;margin:20rpx auto;background:#088FEB;color:#fff;border-radius:20rpx;text-align:center;line-height:80rpx;font-size:32rpx;" bindtap="__e"> 新增 </view><uqrcode class="vue-ref" vue-id="565ce819-1" canvas-id="qrcode" hide="true" value="{{QrUrl}}" data-ref="uqrcode" bind:__l="__l"></uqrcode><block wx:for="{{QrList1}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view style="background:#fff;height:100rpx;display:flex;line-height:100rpx;"><input style="width:30%;display:block;height:100rpx;text-align:center;font-size:32rpx;" type="text" maxlength="50" placeholder="输入名称" data-event-opts="{{[['blur',[['addItemName',['$event',index]]]]]}}" value="{{item.name}}" bindblur="__e"/><input style="width:58%;display:block;height:80rpx;border:1px solid #eee;padding-left:20rpx;margin-top:10rpx;" type="text" disabled="{{true}}" placeholder="点击扫描二维码" data-event-opts="{{[['tap',[['scanCodeAdd',[index]]]]]}}" value="{{item.path}}" bindtap="__e"/><view data-event-opts="{{[['tap',[['delItem',[index]]]]]}}" style="width:12%;margin-left:20rpx;" bindtap="__e"><uni-icons vue-id="{{'565ce819-2-'+index}}" color="red" type="minus" size="26" bind:__l="__l"></uni-icons></view></view></block><view style="display:flex;"><block wx:for="{{QrList1}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view style="width:150rpx;height:210rpx;margin:20rpx;"><image style="width:150rpx;height:150rpx;background-size:100%;" src="{{item.imgUrl}}"></image><block wx:if="{{item.imgUrl!=''}}"><view>{{item.name}}</view></block></view></block></view><view data-event-opts="{{[['tap',[['updateShopIcon']]]]}}" style="width:90%;height:80rpx;position:fixed;bottom:40rpx;left:5%;background:#088FEB;color:#fff;border-radius:20rpx;text-align:center;line-height:80rpx;font-size:32rpx;" bindtap="__e"> 提交 </view><canvas style="width:200px;height:200px;top:-1000px;" canvas-id="qrcode1"></canvas></view>
|