Jelajahi Sumber

Merge branch 'master' of http://192.168.10.18:3000/sooka_shop/sooka_consult_uniapp

wanghao 1 tahun lalu
induk
melakukan
e6865f27ec
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      pages/quotations/quotationsForm.vue

+ 0 - 2
pages/quotations/quotationsForm.vue

@@ -1,5 +1,4 @@
 <template>
-  <uni-section title="自定义校验规则" type="line">
     <view class="example">
       <!-- 自定义表单校验 -->
       <uni-forms ref="customForm" :rules="rules" :modelValue="customFormData" label-align="center">
@@ -27,7 +26,6 @@
       </uni-forms>
       <button type="primary" @click="submit('customForm')">提交</button>
     </view>
-  </uni-section>
 </template>
 
 <script>