<view class="page">
|
<view class="page-header">
|
<image src="/res/app_icon.png"></image>
|
<view>{{version}}</view>
|
</view>
|
<view class="page-container">
|
<t-cell-group>
|
<t-cell
|
title="服务协议"
|
arrow
|
data-index="0"
|
bind:click="goto"
|
></t-cell>
|
<t-cell
|
title="修改密码"
|
arrow
|
data-index="1"
|
bind:click="goto"
|
></t-cell>
|
</t-cell-group>
|
<!-- <view
|
class="fyui-cell fyui-cell_select title"
|
bindtap="goto"
|
data-index="0"
|
>
|
<view class="fyui-cell__hd"> </view>
|
<view class="fyui-cell__bd">服务协议</view>
|
<view class="fyui-cell__ft"></view>
|
</view>
|
<view
|
class="fyui-cell fyui-cell_select title"
|
bindtap="goto"
|
data-index="1"
|
>
|
<view class="fyui-cell__hd"> </view>
|
<view class="fyui-cell__bd">修改密码</view>
|
<view class="fyui-cell__ft"></view>
|
</view> -->
|
</view>
|
<view class="page-footer">
|
<!-- <view>业务指导:上海市生态环境局执法总队</view> -->
|
<view>技术支持:上海飞羽环保科技有限公司</view>
|
</view>
|
</view>
|