@@ -38,7 +38,7 @@
<el-input
:maxlength="50"
v-model.trim="form.contact"
- placeholder="请选择"
+ placeholder="请输入"
></el-input>
</el-form-item>
@@ -146,7 +146,12 @@
<el-form-item class="panel-form-item">
- <el-button text plain type="default" class="fill text-btn" @click="toLogin"
+ <el-button
+ text
+ plain
+ type="default"
+ class="fill text-btn"
+ @click="toLogin"
>已注册,去登录</el-button
>
@@ -274,7 +279,7 @@ const submitClick = async () => {
};
const toLogin = () => {
- emit('done')
+ emit("done");
</script>