1 |
- <view><u-popup vue-id="9f150132-1" show="{{showtoast}}" round="{{10}}" mode="center" bind:__l="__l" vue-slots="{{['default']}}"><view class="u-flex-col u-col-center" style="width:550rpx;height:560rpx;background:linear-gradient(to right,#E8F0FB,#F8E7FD);border-radius:28rpx;padding:60rpx 120rpx;box-sizing:border-box;"><image style="width:84rpx;height:84rpx;" src="../static/tishi.png" mode></image><text style="font-size:32rpx;margin-top:40rpx;">成为认证会员才能</text><text style="font-size:32rpx;">进行该操作</text><view data-event-opts="{{[['tap',[['torenzheng',['$event']]]]]}}" style="width:310rpx;height:84rpx;background:linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);border-radius:46rpx;color:#fff;font-size:32rpx;line-height:84rpx;text-align:center;margin:50rpx 0 32rpx;" bindtap="__e">立即认证</view><text data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" style="font-size:30rpx;color:#A2A2A2;" bindtap="__e">取消</text></view></u-popup></view>
|