Commit 33847b35 by 冷斌

设置

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