Commit b7b8cc03 by 冷斌

fix bug

parent 67a2184c
......@@ -6,9 +6,51 @@
</head>
<body>
<div class="app" id="app">
<h1>abcd</h1>
<div class="login">
<div class="contentBox">
<div class="Phone_login">
<img src="__PUBLIC__/appapi/img/phone.png" >
<p>手机号登录</p>
</div>
<div class="wayBox">
<div class="hengxian"></div>
<p>其他登录方式</p>
<div class="hengxian"></div>
</div>
<div class="way-icon">
<img src="../img/icon-wx.png" >
<img src="../img/icon-qq.png" >
</div>
</div>
</div>
</div>
<script>
var vm = new Vue({
el: '#app',
data: {
//数据集
},
methods: {
//事件
subMit() {
}
},
watch: {
//数据监测函数
},
created: function() {
//加载触发函数
}
});
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment