瀏覽代碼

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

wanghao 1 年之前
父節點
當前提交
e6865f27ec
共有 1 個文件被更改,包括 0 次插入2 次删除
  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>