Commit 33847b35 by 冷斌

设置

parent 6c8a1b71
...@@ -9,19 +9,19 @@ ...@@ -9,19 +9,19 @@
<div id="app"> <div id="app">
<div class="layout_v"> <div class="layout_v">
<van-cell @click="onChangePwd" title="修改密码" is-link ></van-cell> <van-cell @click="onChangePwd" title="修改密码" is-link ></van-cell>
<van-cell @click="onFeedback" title="意见反馈" is-link ></van-cell> <!-- <van-cell @click="onFeedback" title="意见反馈" is-link ></van-cell>-->
<van-cell @click="onAboutUs" title="关于我们" is-link ></van-cell> <!-- <van-cell @click="onAboutUs" title="关于我们" is-link ></van-cell>-->
<van-cell @click="onQuit" title="退出账号" is-link ></van-cell> <van-cell @click="onQuit" title="退出账号" is-link ></van-cell>
</div> </div>
</div> </div>
<script type="text/javascript"> <script type="text/javascript">
new Vue({ new Vue({
el: "#app", el: "#app",
data: function() { data: function() {
return { return {
} }
}, },
mounted:function(){ mounted:function(){
...@@ -32,17 +32,17 @@ ...@@ -32,17 +32,17 @@
window.location.href = "{:U('home/Repwd/index')}" window.location.href = "{:U('home/Repwd/index')}"
}, },
onFeedback: function() { onFeedback: function() {
}, },
onAboutUs: function() { onAboutUs: function() {
}, },
onQuit: function() { onQuit: function() {
logout() logout()
} }
} }
}) })
</script> </script>
<include file="__THEME__/public_footer_w3g"/> <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