Browse Source

医生注册模块-手写签名修改为必填

c4az6 4 years ago
parent
commit
ebdbafc0a1

BIN
dist2020年9月9日.zip


BIN
src.zip


+ 1 - 1
src/components/doctorRegister/uploadLicense.vue

@@ -81,7 +81,7 @@
     </van-field>
 
     <!-- 手写签名部分 -->
-    <van-cell value="手写签名" />
+    <van-cell value="手写签名" required />
     <div class="esign-container">
       <vue-esign ref="esign"
                  :width="800"

+ 1 - 1
src/views/doctorRegister/doctorFlow/doctorFlow.vue

@@ -38,7 +38,7 @@ export default {
   components: { doctorFillInfomation, uploadLicense, doctorIntroduction },
   data() {
     return {
-      active: 1,
+      active: 2,
       registerParams: {
         caPersonUrl: ""
       }