|
@@ -6,8 +6,8 @@
|
|
|
<NavBar v-show="navShow" :title="title" :isleftarrow="isleftarrow"> </NavBar>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="main">
|
|
|
- <el-input v-model="info.phone"></el-input>
|
|
|
- <el-input v-model="info.passwd" password></el-input>
|
|
|
+ <el-input v-model="info.phone" placeholder="请输入手机号"></el-input>
|
|
|
+ <el-input v-model="info.passwd" placeholder="请输入密码" password></el-input>
|
|
|
<el-button @click="bindBtn()" type="primary">确认绑定</el-button>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -33,7 +33,7 @@ export default {
|
|
|
isleftarrow: '',
|
|
|
// 返回
|
|
|
navShow: true,
|
|
|
- phone: '',
|
|
|
+ info: {},
|
|
|
};
|
|
|
},
|
|
|
created() {},
|