Commit 8076ef38 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 6d0199e6
<template>
<view>
<uni-popup type="bottom" ref="coinPop" :maskClick="false" :isMaskClick="false">
<view style="position: relative;">
<uni-popup type="bottom" ref="coinPop" :maskClick="false" :safe-area='false' :isMaskClick="false">
<view style="position: relative;background-color: white;">
<view v-if="agreeFlag"
style="width: 100%;height: 100%;background-color: black;opacity: 0.8;display: flex;position: absolute;z-index: 100;color: white;flex-direction: column;align-items: center;padding:40rpx 0;">
<text style="font-size: 30rpx;">
......@@ -62,12 +61,8 @@
</view>
</scroll-view>
</view>
</view>
</uni-popup>
</view>
</template>
<script>
......@@ -314,7 +309,8 @@
<style lang="scss">
.body {
padding: 10rpx 0 30rpx 0;
margin: 0 auto;
padding-bottom: 100rpx;
border-radius: 20rpx 20rpx 0 0;
background-color: white;
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment