#
whycq
2022-09-23 3c186faf2fa05819fa5ee2f969cb2d504b47bf48
components/y-input/y-input.vue
@@ -1,6 +1,6 @@
<template>
   <view>
      <!-- <view class="main">
      <view class="main">
         <y-title :title="titleText"/>
         <view :class="zBig">
            <view style="display: flex;" class="input">
@@ -11,11 +11,7 @@
                </view>
            </view>
         </view>
      </view> -->
      <y-wrapper>
         <y-title :title="titleText"></y-title>
         <z-input></z-input>
      </y-wrapper>
      </view>
   </view>
</template>
@@ -51,9 +47,6 @@
         placeholderText() {
            return this.placeholder 
         },
         // val() {
         //    return this.inputVal || t("uni-popup.inputVal")
         // }
      },
      data() {
         return {