提交 9d05c7e8 编写于 作者: 芊里

登录页面添加帮助页面

上级 b8534d6c
...@@ -23,8 +23,10 @@ ...@@ -23,8 +23,10 @@
</view> </view>
</template> </template>
<script> <script>
export default { import mixin from '../../common/loginPage.mixin.js';
export default {
mixins:[mixin],
data() { data() {
return { return {
phoneNumber: '', phoneNumber: '',
......
...@@ -33,8 +33,10 @@ ...@@ -33,8 +33,10 @@
</view> </view>
</template> </template>
<script> <script>
export default { import mixin from '../../common/loginPage.mixin.js';
export default {
mixins:[mixin],
data() { data() {
return { return {
phoneNumber: '', phoneNumber: '',
......
...@@ -25,8 +25,10 @@ ...@@ -25,8 +25,10 @@
</view> </view>
</template> </template>
<script> <script>
export default { import mixin from '../../common/loginPage.mixin.js';
export default {
mixins:[mixin],
data() { data() {
return { return {
phoneNumber: '', phoneNumber: '',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册