Explorar el Código

Update index.tsx

lex hace 2 años
padre
commit
0e6d6a6b1c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/order-detail/userAuth/index.tsx

+ 1 - 1
src/views/order-detail/userAuth/index.tsx

@@ -50,7 +50,7 @@ export default defineComponent({
         await request.post(url, {
           data: {
             ...this.form,
-            save: true
+            contract: true
           }
         })
         Toast('实名成功')