pages/user/user.vue
@@ -1,8 +1,15 @@ <template> <view class=""> <y-popup> <view style="background-color: aqua;width: 100rpx;height: 100rpx;"></view> <input type="text" style="background-color: aqua;"> </y-popup> </view> </template> <script> </script> <style> </style>