Commit 9e4fef46 by 冷斌

设置

parent c3d3464d
<!DOCTYPE html> <include file="__THEME__/public_header_w3g"/>
<html>
<head>
<include file="__THEME__/public_header_w3g"/>
</head>
<body>
<div id="app"> <div id="app">
<div class="layout_v" style="margin-top: 0.625rem;"> <div class="layout_v" style="margin-top: 0.625rem;">
<van-field v-model="old" label="旧密码" type="password" maxlength="16" placeholder="请输入旧密码"></van-field> <van-field v-model="old" label="旧密码" type="password" maxlength="16" placeholder="请输入旧密码"></van-field>
...@@ -15,7 +11,7 @@ ...@@ -15,7 +11,7 @@
</div> </div>
</div> </div>
</div> </div>
</body>
<script> <script>
new Vue({ new Vue({
el: "#app", el: "#app",
...@@ -36,4 +32,5 @@ ...@@ -36,4 +32,5 @@
} }
}) })
</script> </script>
</html>
<include file="__THEME__/public_footer_w3g"/>
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