Browse Source

Update index.tsx

lex 2 years ago
parent
commit
0e6d6a6b1c
1 changed files with 1 additions and 1 deletions
  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('实名成功')