Commit 8076ef38 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 6d0199e6
<template> <template>
<view> <uni-popup type="bottom" ref="coinPop" :maskClick="false" :safe-area='false' :isMaskClick="false">
<uni-popup type="bottom" ref="coinPop" :maskClick="false" :isMaskClick="false"> <view style="position: relative;background-color: white;">
<view style="position: relative;">
<view v-if="agreeFlag" <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;"> 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;"> <text style="font-size: 30rpx;">
...@@ -62,12 +61,8 @@ ...@@ -62,12 +61,8 @@
</view> </view>
</scroll-view> </scroll-view>
</view> </view>
</view> </view>
</uni-popup> </uni-popup>
</view>
</template> </template>
<script> <script>
...@@ -314,7 +309,8 @@ ...@@ -314,7 +309,8 @@
<style lang="scss"> <style lang="scss">
.body { .body {
padding: 10rpx 0 30rpx 0; margin: 0 auto;
padding-bottom: 100rpx;
border-radius: 20rpx 20rpx 0 0; border-radius: 20rpx 20rpx 0 0;
background-color: white; background-color: white;
display: flex; 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