Commit f1a34e9d by 陈超

A

parent 0786235d
<include file="__THEME__/_header_w3g" />
<style>
.content ,.cf2{ background-color: #f0f0f2!important;padding:10px 0; }
.wrap{min-height: 400px;background: #fff; padding: 20px; margin-bottom: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: 1px solid #e4ecf3;}
.jgpage_right_tit{padding-bottom:20px;margin: 0 0 20px 0; border-bottom: 1px solid #f5f5f5;}
.jgpage_right_tit{color:#333;font-size:18px;}
.jgpage_right_con{overflow:hidden;line-height: 36px;}
body {
padding: 0 !important;
}
</style>
<div class="content cf2">
<div class="wrap">
<div class="jgpage_right_tit mb30">{$data.title}</div>
<div class="jgpage_right_con">
{$data.text}
</div>
</div>
<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="onQuit" title="退出账号" is-link ></van-cell>
</div>
</div>
<script type="text/javascript">
new Vue({
el: "#app",
data: function() {
return {
}
},
mounted:function(){
document.title = "设置"
},
methods: {
onChangePwd: function() {
},
onFeedback: function() {
},
onAboutUs: function() {
},
onQuit: function() {
}
}
})
</script>
<include file="__THEME__/public_footer_w3g"/>
......@@ -75,7 +75,7 @@
<van-icon name="__THEME__/img/promotion.png" size="24"></van-icon>
</template>
</van-cell>
<van-cell class="center_bottom_cell" title-class="text_14_400 color_333333 center_bottom_cell_text" title="设置" is-link >
<van-cell @click="onCellTap('{:U('basic/Single/info')}')" class="center_bottom_cell" title-class="text_14_400 color_333333 center_bottom_cell_text" title="设置" is-link >
<template #icon>
<van-icon name="__THEME__/img/setting.png" size="24"></van-icon>
</template>
......
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