@ -1,3 +1,4 @@
node_modules
node_modules/
@ -27,13 +27,13 @@ App({
pageConfig = Object.assign({
onShareAppMessage:function () {
return {
title: '长沙公安局长信箱',
title: '湖南省公安厅厅(局)长信箱',
path: '/pages/home/index'
};
},
onShareTimeline:function () {
query: '/pages/home/index'
}
@ -14,7 +14,7 @@
"backgroundColor": "#ededed",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ededed",
"navigationBarTitleText": "局长信箱 即结即办",
"navigationBarTitleText": "厅(局)长信箱 即接即办",
"navigationBarTextStyle": "black"
"sitemapLocation": "sitemap.json",
After
Width: | Height: | Size: 460 KiB
@ -1,5 +1,5 @@
<view class="container">
<image src="/images/bg.png" mode="widthFix" style="width: 100%"></image>
<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">
<text>回复查询</text>
</button>
</view>
<view class="text-center p">局长信箱只接受实名举报投诉,不受理报警业务</view>
<view class="text-center p">厅(局)长信箱只接受实名举报投诉,不受理报警业务</view>
<view class="text-center p">如遇紧急情况请拨打110</view>
<view class="footer">湘ICP备19012776号-1</view>
@ -5,8 +5,8 @@
<image src="/images/logo.png" mode="heightFix" style="height: 100%;"></image>
<view class="text-center h1">长沙市公安局</view>
<view class="text-center h2">局长信箱即接即办用户实名认证</view>
<view class="text-center h1">湖南省公安厅</view>
<view class="text-center h2">厅(局)长信箱即接即办用户实名认证</view>
<view style="padding: 0 var(--cell-horizontal-padding,16px); margin-top: 74px;">
<van-button type="primary" custom-style="width: 100%; --button-normal-font-size: 17px" bindtap="switchAuthFlag">实名认证登录</van-button>