<!--miniprogram/pages/login/login.wxml--> <view> <image class="login_image" src=""></image> <view style="position:fixed;top:130rpx;margin-left:170rpx;"> <image style="height:400rpx;width:400rpx;" src="../../images/success.jpg"></image> </view> </view> <view style="margin-top:30rpx;margin-left:85rpx;margin-right:50rpx;"> <text style=" font-size: 28rpx;" decode="{{true}}"> 您已成功撤防编号为{{devcode}}的设备, 使用时请您节约用水!为了方便您的下次使用, 取水完成后请及时将消防栓积水排出,感谢您 的配合,欢迎再次使用! </text> </view> <view style="position:fixed;top:65%;"> <van-button style="margin-left:50rpx;" size="large" round type="primary" open-type="getUserInfo" color="#FF8989" bindgetuserinfo="onAlarm">布防</van-button> </view>