You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

20 lines
806 B

<view class="container">
<image src="/images/bg1.png" mode="widthFix" style="width: 100%"></image>
<view class="flex gap-12 main-btns">
<button class="flex v-center" bindtap="goWrite">
<view class="icon">
<image src="/images/icons/write.png" mode="heightFix"></image>
</view>
<text>我要写信</text>
</button>
<button class="flex v-center" bindtap="goMyMail">
<view class="icon">
<image src="/images/icons/search.png" mode="heightFix"></image>
</view>
<text>回复查询</text>
</button>
</view>
<view class="text-center p">厅(局)长信箱只接受实名举报投诉,不受理报警业务</view>
<view class="text-center p">如遇紧急情况请拨打110</view>
<view class="footer">湘ICP备19012776号-1</view>
</view>