#
whycq
2022-09-21 a3602d589b532ff8228171a7af13d60fdc8a34a3
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>