yuanyuan 2 жил өмнө
parent
commit
6e7cba9436

+ 3 - 3
src/main/zhi-rong-web/src/components/popup/Agreement3.vue

@@ -124,13 +124,13 @@
             </div>
         </el-dialog>
         <agreement ref="argeement"></agreement>
-        <Agreement2 ref="agreement2"></Agreement2>
+        <RegistrationReset ref="registrationReset"></RegistrationReset>
     </div>
 </template>
 
 <script>
 import Agreement from '../../components/popup/Agreement.vue';
-import Agreement2 from '../../components/popup/Agreement2.vue';
+import RegistrationReset from '../../components/popup/registrationReset.vue';
 // export default {
 //     data() {
 //         return {
@@ -173,7 +173,7 @@ export default {
     methods: {
         loginNumber() {
             this.register = false;
-            this.$refs.agreement2.login = true;
+            this.$refs.registrationReset.login = true;
         },
         send() {
             this.sendCode(this.form.phone);