index.wxml 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  1. <!--pages/publics/publics.wxml-->
  2. <view style=" background-color:#F5F5F5;">
  3. <view wx:if="{{hideAll}}" style="position: fixed;z-index: 999999;height: 100vh;width:100%;background-color: #ffffff;">
  4. <view style="height: 110vh;width: 100%;display: flex;align-items: center;justify-content: center;">
  5. <image class="init-rate" style="height: 76rpx;width: 76rpx;" src="images/onload-init-mini.png"></image>
  6. </view>
  7. </view>
  8. <scroll-view style="height: {{scroll_height}}rpx;" scroll-y="true">
  9. <view class="top">
  10. <video src="http://www.cq.gov.cn/masvod/public/2022/06/23/20220623_1818e6fa1b0_r1_1200k.mp4" loop muted controls="{{false}}" show-play-btn="{{false}}" show-center-play-btn="{{false}}" enable-progress-gesture="{{false}}" object-fit="cover" autoplay style="width:100%;height:409rpx"></video>
  11. <image src="{{imgUrl}}toplogo.png" class="top-logo" style="top: {{navHeight}}rpx"></image>
  12. </view>
  13. <!-- 内容1 -->
  14. <view class="content-search" style="height:568rpx;width:100%;background-color:#F5F5F5;position:relative">
  15. <!-- 内容top -->
  16. <view class="content-search-tab" style="height: 588rpx;">
  17. <!-- 搜索 -->
  18. <!-- <view style="width:650rpx;height:60rpx">
  19. <view class="search-view">
  20. <view class="search-icon">
  21. <image src="{{imgUrl}}index-search.png" style="height:28rpx;width:28rpx"></image>
  22. </view>
  23. <input class="search-input" bindinput="bindKeyInput" placeholder="在此输入关键字" />
  24. </view>
  25. </view> -->
  26. <!-- 服务内容1 -->
  27. <view class="content-service">
  28. <view bindtap="clickService1" data-item="{{index}}" wx:for="{{ serviceItems1 }}" wx:for-item="item" wx:for-index="index" wx:key="index" class="content-service-item">
  29. <view data-item="{{index}}">
  30. <image src="{{ item.img }}" style="height:88rpx;width:88rpx"></image>
  31. </view>
  32. <view data-item="{{index}}">{{ item.name }}</view>
  33. </view>
  34. </view>
  35. <!-- 服务内容2 -->
  36. <view class="content-service">
  37. <view bindtap="clickService2" data-item="{{index}}" wx:for="{{ serviceItems2 }}" wx:for-item="item" wx:for-index="index" wx:key="index" class="content-service-item">
  38. <view>
  39. <image src="{{ item.img }}" style="height:88rpx;width:88rpx"></image>
  40. </view>
  41. <view>{{ item.name }}</view>
  42. </view>
  43. </view>
  44. <!-- 百姓聚焦 -->
  45. <view class="content-people" style="margin-top: 15rpx">
  46. <view class="people-title">
  47. <image src="{{imgUrl}}people-title.png" style="height: 59rpx;width: 59rpx;"></image>
  48. <view class="people-font1">百姓聚焦</view>
  49. <!-- <view class="people-font2">每日更新</view> -->
  50. </view>
  51. <view class="people-content">
  52. <view wx:for="{{ peopleService }}" wx:for-item="item" wx:for-index="index" wx:key="index" data-id="{{item.id}}" bindtap="clickFocus" class="people-content-item {{ item.top?'top':'' }}">
  53. <image wx:if="{{ item.top }}" src="{{imgUrl}}index-top-fire.png" style="height: 24rpx;width: 20rpx;margin-right: 8rpx;"></image>
  54. <view>{{ item.name }}</view>
  55. </view>
  56. </view>
  57. </view>
  58. <!-- 百姓聚焦 -->
  59. </view>
  60. <!-- 内容top -->
  61. </view>
  62. <!-- 视频推荐 -->
  63. <view class="three" style="height:163rpx;width:100%;padding-left:15rpx;background-color: #F5F5F5;">
  64. <image src="{{imgUrl}}index-video-recommend.png" style="height:163rpx;width:720rpx" bindtap="gotoSPTJ"></image>
  65. </view>
  66. <!-- <view class="content-service" style="margin-left: 20rpx;margin-right: 20rpx;">
  67. <view bindtap="clickService1" data-item="{{index}}" wx:for="{{ serviceItems3 }}" wx:for-item="item" wx:for-index="index" wx:key="index" class="content-service-item2">
  68. <view data-item="{{index}}">
  69. <image src="{{ item.img }}" style="height:120rpx;width:120rpx"></image>
  70. </view>
  71. </view>
  72. </view>
  73. <view style=" margin-left: 20rpx;margin-right: 20rpx; margin-bottom: 15rpx;border-radius: 20rpx; background: #ffffff;">
  74. <view class="content-service">
  75. <view bindtap="clickService1" data-item="{{index}}" wx:for="{{ serviceItems4 }}" wx:for-item="item" wx:for-index="index" wx:key="index" class="content-service-item">
  76. <view data-item="{{index}}">
  77. <image src="{{ item.img }}" style="height:88rpx;width:88rpx"></image>
  78. </view>
  79. <view data-item="{{index}}">{{ item.name }}</view>
  80. </view>
  81. </view>
  82. <view class="content-service">
  83. <view bindtap="clickService5" data-item="{{index}}" wx:for="{{ serviceItems5 }}" wx:for-item="item" wx:for-index="index" wx:key="index" class="content-service-item">
  84. <view data-item="{{index}}">
  85. <image src="{{ item.img }}" style="height:88rpx;width:88rpx"></image>
  86. </view>
  87. <view data-item="{{index}}">{{ item.name }}</view>
  88. </view>
  89. </view>
  90. </view> -->
  91. <!-- 视频推荐 -->
  92. <!-- <view class="three" style="height:163rpx;width:100%;padding-left:15rpx;background-color: #F5F5F5;">
  93. <image src="{{imgUrl}}index-video-recommend.png" style="height:163rpx;width:720rpx" bindtap="gotoSPTJ"></image>
  94. <swiper current="{{lun}}" indicator-dots="{{true}}" style="height: 100%;width: 720rpx">
  95. <swiper-item bindtap="gotoNewsPaper">
  96. <image src="{{imgUrl}}index-video-banner.png" style="height:163rpx;width:100%"></image>
  97. </swiper-item>
  98. <swiper-item>
  99. <image src="{{imgUrl}}three.png" style="height:163rpx;width:100%"></image>
  100. </swiper-item>
  101. <swiper-item>
  102. <image src="{{imgUrl}}self-service.png" style="height:163rpx;width:100%"></image>
  103. </swiper-item>
  104. </swiper>
  105. </view> -->
  106. <!-- 南岸动态 -->
  107. <view class="content-na" style="height:512rpx;width:100%;background-color:#F5F5F5;position:relative;overflow: hidden;margin-top: 5rpx;">
  108. <!-- 浮动 -->
  109. <!-- font-size:32rpx -->
  110. <view class="content-na-tab">
  111. <!-- 标题 -->
  112. <view class="na-title">
  113. <!-- 南岸动态 -->
  114. <view class="tab-item {{naTab==0?'active':''}}" bindtap="clickNaTilteTab" data-item="0">
  115. <view style="position: absolute;width: 0;height: 0;border-left: 10rpx solid transparent;border-right: 10rpx solid transparent;border-top: 10rpx solid #508FF4;bottom: -13rpx;" />
  116. <view style="height:50rpx;width:32rpx;display: flex;justify-content:center;align-items:center;">
  117. <image wx:if="{{ naTab==0 }}" style="width:32rpx;height:32rpx;" src="{{imgUrl}}na-title-1.png"></image>
  118. </view>
  119. <view style="height:50rpx;padding-left:10rpx;">南岸动态</view>
  120. </view>
  121. <!-- 今日重庆 -->
  122. <!-- <view class="tab-item {{naTab==1?'active':''}}" bindtap="clickNaTilteTab" data-item="1">
  123. <view style="position: absolute;width: 0;height: 0;border-left: 10rpx solid transparent;border-right: 10rpx solid transparent;border-top: 10rpx solid #508FF4;bottom: -13rpx;" />
  124. <view style="height:50rpx;width:32rpx;display: flex;justify-content:center;align-items:center;">
  125. <image wx:if="{{ naTab==1 }}" style="width:32rpx;height:32rpx;" src="{{imgUrl}}na-title-1.png"></image>
  126. </view>
  127. <view style="height:50rpx;padding-left:10rpx">今日重庆</view>
  128. </view> -->
  129. <!-- 国务院信息 -->
  130. <!-- <view class="tab-item-last {{naTab==2?'active':''}}" bindtap="clickNaTilteTab" data-item="2">
  131. <view style="position: absolute;width: 0;height: 0;border-left: 10rpx solid transparent;border-right: 10rpx solid transparent;border-top: 10rpx solid #508FF4;bottom: -13rpx;" />
  132. <view style="height:50rpx;width:32rpx;display: flex;justify-content:center;align-items:center;">
  133. <image wx:if="{{ naTab==2 }}" style="width:32rpx;height:32rpx;" src="{{imgUrl}}na-title-1.png"></image>
  134. </view>
  135. <view style="height:50rpx;padding-left:10rpx">国务院信息</view>
  136. </view> -->
  137. </view>
  138. <!-- 标题 -->
  139. <!-- 内容 -->
  140. <view class="na-content">
  141. <swiper current="{{naItem}}" bindchange="naChangeTab" style="height: 100%">
  142. <!-- 南岸动态 -->
  143. <swiper-item>
  144. <view wx:if="{{isNaLoading}}" style="display: flex;justify-content: center;align-items: center;height: 100%;">
  145. <t-loading theme="spinner" size="64rpx" text="加载中..." inheritColor></t-loading>
  146. </view>
  147. <view wx:elif="{{isNaEmpty}}" style="display: flex;justify-content: center;align-items: center;height: 100%;">
  148. <t-empty icon="info-circle-filled" description="暂无数据" />
  149. </view>
  150. <include wx:else src="naTitleTab.wxml" />
  151. </swiper-item>
  152. <!-- 今日重庆 -->
  153. <!-- <swiper-item>
  154. <view wx:if="{{isNaLoading}}" style="display: flex;justify-content: center;align-items: center;height: 100%;">
  155. <t-loading theme="spinner" size="64rpx" text="加载中..." inheritColor></t-loading>
  156. </view>
  157. <view wx:elif="{{isNaEmpty}}" style="display: flex;justify-content: center;align-items: center;height: 100%;">
  158. <t-empty icon="info-circle-filled" description="暂无数据" />
  159. </view>
  160. <include wx:else src="naTitleTab.wxml" />
  161. </swiper-item> -->
  162. <!-- 国务院信息 -->
  163. <!-- <swiper-item>
  164. <view wx:if="{{isNaLoading}}" style="display: flex;justify-content: center;align-items: center;height: 100%;">
  165. <t-loading theme="spinner" size="64rpx" text="加载中..." inheritColor></t-loading>
  166. </view>
  167. <view wx:elif="{{isNaEmpty}}" style="display: flex;justify-content: center;align-items: center;height: 100%;">
  168. <t-empty icon="info-circle-filled" description="暂无数据" />
  169. </view>
  170. <include wx:else src="naTitleTab.wxml" />
  171. </swiper-item> -->
  172. </swiper>
  173. </view>
  174. <!-- 内容 -->
  175. <!-- 更多 -->
  176. <view class="na-more">
  177. <view style="height: 60rpx;display:flex;align-items: center;" bindtap="naMore">查看更多 >></view>
  178. </view>
  179. <!-- 更多 -->
  180. </view>
  181. <!-- 浮动 -->
  182. </view>
  183. <!-- 公示公告 -->
  184. <!-- gotoNewsPaper -->
  185. <view style="width: 100%;position:relative;margin-top: 40rpx;" bindtap="gotoGSGG">
  186. <view style="margin-left: 20rpx;border-radius: 20rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;height: 100%;">
  187. <!-- 标题 -->
  188. <view style=" display: flex;justify-content: left;align-items: center;height: 60rpx;">
  189. <view style="display:flex;align-items:center;justify-content:center;">
  190. <image src="{{imgUrl}}notice-icon.png" style="height: 50rpx;width: 56rpx"></image>
  191. </view>
  192. <view class="data-center-title-font">公示公告</view>
  193. </view>
  194. <!-- 标题 -->
  195. <!-- 内容 -->
  196. <view>
  197. <!-- header -->
  198. <view style="position:relative;height: 129rpx">
  199. <view style="margin-top:15rpx;height: 129rpx;width:100%;display:flex;align-items:center;justify-content:center;">
  200. <image src="{{ imgUrl }}notice-bg.png" style="height: 129rpx;width:650rpx"></image>
  201. </view>
  202. <!-- 入口 -->
  203. <view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
  204. <view class="center-analysis-enter-font">公示公告</view>
  205. <view class="center-analysis-enter-button">
  206. <view style="background: linear-gradient(90deg, #F58661 0%, #FCAF96 100%);" class="center-analysis-enter-button-item">
  207. 进入 ></view>
  208. </view>
  209. </view>
  210. </view>
  211. </view>
  212. <!-- 内容 -->
  213. </view>
  214. </view>
  215. <!-- 公示公告 -->
  216. <!-- 视频推荐 -->
  217. <view style="width: 100%;position:relative;margin-top: 30rpx;">
  218. <view style="margin-left: 20rpx;border-radius: 20rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;">
  219. <!-- 标题 -->
  220. <view style=" display: flex;justify-content: left;align-items: center;height: 60rpx;">
  221. <view style="display:flex;align-items:center;justify-content:center;">
  222. <image src="{{imgUrl}}index-video-title.png" style="height: 50rpx;width: 56rpx"></image>
  223. </view>
  224. <view class="data-center-title-font">视频推荐</view>
  225. </view>
  226. <!-- 标题 -->
  227. <!-- 内容 -->
  228. <view style="margin-top: 20rpx;">
  229. <view wx:if="{{isVideoLoading}}" style="display: flex;justify-content: center;align-items: center;height: 100%;">
  230. <t-loading theme="spinner" size="64rpx" text="加载中..." inheritColor></t-loading>
  231. </view>
  232. <view wx:elif="{{isVideoEmpty}}" style="display: flex;justify-content: center;align-items: center;height: 100%;">
  233. <t-empty icon="info-circle-filled" description="暂无数据" />
  234. </view>
  235. <swiper style="height: 180rpx;" wx:else display-multiple-items="{{videoInfo.length >= 2 ? 2 : 1}}" current="{{0}}" autoplay="{{false}}">
  236. <swiper-item wx:for="{{videoInfo}}" wx:key="index" bindtap="gotoVideoDetail" data-url="{{item.shareUrl}}">
  237. <image wx:if="{{item.images}}" src="{{item.images}}" binderror="SPTJImgError" data-index="{{index}}" style="height:133rpx;width:308rpx" />
  238. <view wx:else style="height:133rpx;width:308rpx;display: flex;justify-content: center;align-items: center;color: gray;">
  239. <t-icon name="image-error" size="80rpx" data-name="image-error" />
  240. </view>
  241. <view style="width:308rpx;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 12px;font-family: PingFang SC;color: #999999;text-align: left;">{{item.detailTitle}}</view>
  242. </swiper-item>
  243. </swiper>
  244. </view>
  245. <!-- 内容 -->
  246. </view>
  247. </view>
  248. <!-- 视频推荐 -->
  249. <!-- 数据中心 -->
  250. <view class="data-cneter" style="height: 1020rpx;width: 100%;background-color:#F5F5F5;position:relative;padding-top: 40rpx">
  251. <!-- 数据中心 -->
  252. <view class="data-center-contain">
  253. <!-- 标题 -->
  254. <view class="data-center-title" bindtap="gotoSjzx">
  255. <view style="display:flex;align-items:center;justify-content:center;">
  256. <image src="{{imgUrl}}index-data-center.png" style="height: 50rpx;width: 56rpx"></image>
  257. </view>
  258. <view class="data-center-title-font">数据中心</view>
  259. </view>
  260. <!-- 标题 -->
  261. <!-- 统计分析 -->
  262. <view class="center-analysis" style="height:272rpx;width:100%;position:relative;">
  263. <!-- 分析header -->
  264. <view style="margin-top:15rpx;height: 129rpx;width:100%;display:flex;align-items:center;justify-content:center;">
  265. <image src="{{ imgUrl }}index-center-analysis-header.png" style="height: 129rpx;width:650rpx"></image>
  266. </view>
  267. <!-- 分析入口 -->
  268. <view class="center-analysis-enter" style="height: 129rpx;width:100%;position: absolute;bottom:114rpx" bindtap="toDataCenter">
  269. <view class="center-analysis-enter-font">政务服务数据统计分析</view>
  270. <view class="center-analysis-enter-button">
  271. <view class="center-analysis-enter-button-item" style="background: linear-gradient(90deg, #2FB785 0%, #2EE698 100%);">进入 ></view>
  272. </view>
  273. </view>
  274. <!-- 本年办件数 -->
  275. <view bindtap="gotoZWTJ" style="height: 172rpx;width: 100%;position:relative">
  276. <!-- 办件数浮动 -->
  277. <view style="height: 172rpx;width: 100%;position:absolute;bottom:22rpx">
  278. <!-- 标题 -->
  279. <view style="padding-left:8rpx;display:flex;align-items:center;justify-content:margin-left">
  280. <view class="yellow-point"></view>
  281. <view class="work-title-font">本年办件数</view>
  282. </view>
  283. <!-- 办件数内容 -->
  284. <view style="margin-top:20rpx;display:flex;justify-content: space-between;align-items:center">
  285. <view style="width: 210rpx;height: 120rpx;background-image: url({{imgUrl}}index-work-number.png);background-size: 100% 100%;">
  286. <!-- 受理数 -->
  287. <view style="display:flex;align-items:left;color:#FFFFFF;flex-direction:column;justify-content:center;height: 100%;padding-left:85rpx">
  288. <view style="font-size:19rpx">受理数</view>
  289. <view style="display:flex;flex-direction:row;align-items:center">
  290. <scroll-view scroll-x style="width: 84rpx">
  291. <view style="font-size:30rpx;font-weight: bold;">{{officeNumber[0]}}</view>
  292. </scroll-view>
  293. <view style="font-size: 19rpx;padding-left:5rpx">件</view>
  294. </view>
  295. </view>
  296. </view>
  297. <view style="width: 210rpx;height: 120rpx;background-image: url({{imgUrl}}index-finish-number.png);background-size: 100% 100%;">
  298. <!-- 受理数 -->
  299. <view style="display:flex;align-items:left;color:#FFFFFF;flex-direction:column;justify-content:center;height: 100%;padding-left:85rpx">
  300. <view style="font-size:19rpx">办结数</view>
  301. <view style="display:flex;flex-direction:row;align-items:center">
  302. <scroll-view scroll-x style="width: 84rpx">
  303. <view style="font-size:30rpx;font-weight: bold;">{{officeNumber[1]}}</view>
  304. </scroll-view>
  305. <view style="font-size: 19rpx;padding-left:5rpx">件</view>
  306. </view>
  307. </view>
  308. </view>
  309. <view style="width: 210rpx;height: 120rpx;background-image: url({{imgUrl}}index-request-number.png);background-size: 100% 100%;">
  310. <!-- 受理数 -->
  311. <view style="display:flex;align-items:left;color:#FFFFFF;flex-direction:column;justify-content:center;height: 100%;padding-left:85rpx">
  312. <view style="font-size:19rpx">网络提交</view>
  313. <view style="display:flex;flex-direction:row;align-items:center">
  314. <scroll-view scroll-x style="width: 84rpx;">
  315. <view style="font-size:30rpx;font-weight: bold;">{{officeNumber[2]}}</view>
  316. </scroll-view>
  317. <view style="font-size: 19rpx;padding-left:5rpx">件</view>
  318. </view>
  319. </view>
  320. </view>
  321. </view>
  322. </view>
  323. <!-- 办件数浮动 -->
  324. </view>
  325. <!-- 本年办件数 -->
  326. <!-- 好差评 -->
  327. <view bindtap="gotoZWTJ" style="margin-top:15rpx;height:300rpx;width:100%;">
  328. <!-- 标题 -->
  329. <view style="padding-left:8rpx;display:flex;align-items:center;justify-content:margin-left">
  330. <view class="yellow-point"></view>
  331. <view class="work-title-font">好差评</view>
  332. </view>
  333. <!-- 内容 -->
  334. <view style="display: flex;flex-wrap: wrap;justify-content: space-between;margin-top:20rpx">
  335. <view class="evaluate">评价我的办件</view>
  336. <view class="evaluate">评价窗口人员</view>
  337. <view class="evaluate">评价办事指南</view>
  338. <view class="evaluate" style="width: 316rpx;">评价服务应用</view>
  339. <view class="evaluate" style="width: 316rpx;">评价电子证照</view>
  340. </view>
  341. <!-- 评价量 -->
  342. <view style="display: flex;flex-wrap: wrap;justify-content: space-between;height: 130rpx;width: 100%">
  343. <!-- 评价总量 -->
  344. <view style="height: 100rpx;width:310rpx;display: flex;background-color:#E5F4FE;border-radius: 10px;">
  345. <!-- 图标 -->
  346. <view style="width: 100rpx;height: 100%;display: flex;align-items:center;justify-content:center">
  347. <image src="{{imgUrl}}index-evalution.png" style="height:64rpx;width:64rpx;"></image>
  348. </view>
  349. <!-- 数据 -->
  350. <view style="width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
  351. <view style="font-size: 19rpx;color: #999999;padding-bottom:8rpx">本年评价总量</view>
  352. <view style="display:flex;justify-content:left;align-items:center;color: #333333;">
  353. <view style="font-size: 28rpx;font-weight: bold;">{{evalutionNum}}</view>
  354. <view style="font-size:20rpx;padding-left:5rpx">条</view>
  355. </view>
  356. </view>
  357. </view>
  358. <!-- 满意度 -->
  359. <view style="height: 100rpx;width:310rpx;display: flex;background-color:#E5F4FE;border-radius: 10px;">
  360. <!-- 图标 -->
  361. <view style="width: 100rpx;height: 100%;display: flex;align-items:center;justify-content:center">
  362. <image src="{{imgUrl}}index-good-blud.png" style="height:64rpx;width:70rpx;"></image>
  363. </view>
  364. <!-- 数据 -->
  365. <view style="width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
  366. <view style="font-size: 19rpx;color: #999999;padding-bottom:8rpx">满意度</view>
  367. <view style="display:flex;justify-content:left;align-items:center;color: #333333;">
  368. <view style="font-size: 28rpx;font-weight: bold;">{{evalutionRate}}</view>
  369. <view style="font-size:20rpx;padding-left:5rpx">%</view>
  370. </view>
  371. </view>
  372. </view>
  373. </view>
  374. <!-- 图表 -->
  375. <view hidden="{{canvasImg}}" style="width: 100%;height: 300rpx;">
  376. <ec-canvas id="streetlinechart3" canvas-id="streetlinechart3" ec="{{ streetlinechartec }}" />
  377. </view>
  378. <image hidden="{{!canvasImg}}" src="{{canvasImg}}" style="width: 100%; height: 300rpx" />
  379. </view>
  380. <!-- 好差评 -->
  381. </view>
  382. <!-- 统计分析 -->
  383. </view>
  384. <!-- 数据中心 -->
  385. </view>
  386. <!-- 数据中心 -->
  387. <!-- 政民互动 -->
  388. <view style="width: 100%;position:relative;margin-top: 88rpx;">
  389. <view style="margin-left: 20rpx;border-radius: 20rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;height: 100%;">
  390. <!-- 标题 -->
  391. <view style=" display: flex;justify-content: left;align-items: center;height: 60rpx;">
  392. <view style="display:flex;align-items:center;justify-content:center;">
  393. <image src="{{imgUrl}}index-communication.png" style="height: 50rpx;width: 56rpx;"></image>
  394. </view>
  395. <view class="data-center-title-font">政民互动</view>
  396. </view>
  397. <!-- 标题 -->
  398. <!-- 内容 -->
  399. <view>
  400. <!-- header -->
  401. <view style="position:relative;height: 164rpx" bindtap="toZMHD">
  402. <view style="margin-top:15rpx;height: 164rpx;width:100%;display:flex;align-items:center;justify-content:center;">
  403. <image src="{{ imgUrl }}index-communicate-header.png" style="height: 164rpx;width:650rpx;border-radius: 10rpx;"></image>
  404. </view>
  405. <!-- 入口 -->
  406. <view style="height: 129rpx;width:100%;position: absolute;bottom:0rpx;">
  407. <view class="zmhd-title-font">与南岸政府对话</view>
  408. <view style="padding-left: 38rpx;padding-top: 10rpx;">
  409. <view style="background: linear-gradient(90deg, #FF9B3B 0%, #FAB982 100%);" class="center-analysis-enter-button-item">
  410. 进入 ></view>
  411. </view>
  412. </view>
  413. </view>
  414. <!-- 列表 -->
  415. <view style="height: 800rpx;margin-top: 18rpx;">
  416. <view style="display:flex">
  417. <view class="communicate-tab-item {{communicateTab==0?'active':''}}" bindtap="communicateChangeItem" data-item="0">
  418. <view style="height: 100%;display:flex;align-items:center;justify-content:center;">法规意见征集</view>
  419. </view>
  420. <view class="communicate-tab-item {{communicateTab==1?'active':''}}" bindtap="communicateChangeItem" data-item="1">
  421. <view style="height: 100%;display:flex;align-items:center;justify-content:center;">在线调查</view>
  422. </view>
  423. </view>
  424. <!-- 内容 -->
  425. <view style="height: 710rpx;flex: 1">
  426. <swiper style="height: 100%" current="{{communicateItem}}" bindchange="communicateChangeTab">
  427. <swiper-item>
  428. <scroll-view scroll-y="true" style="height: 100%;padding:0;margin:0;">
  429. <include src="communicateList.wxml" />
  430. </scroll-view>
  431. </swiper-item>
  432. <swiper-item>
  433. <view wx:if="{{ isOnlineLoading }}" style="position: absolute;display: flex;align-items: center;justify-content: center;height: 100%;width: 100%;z-index: 9000;">
  434. <view style="display: flex;flex-direction: column;align-items: center;justify-content: center;background: #000;opacity: 0.6;width: 200rpx;height: 200rpx;border-radius: 20rpx;">
  435. <t-loading theme="circular" size="60rpx" layout="vertical"></t-loading>
  436. <view style="color: #fff;padding-top: 18rpx;font-size: 27rpx;letter-spacing: 2rpx;">加载中</view>
  437. </view>
  438. </view>
  439. <view wx:if="{{isOnlineFinish}}" style="position: absolute;display: flex;align-items: center;justify-content: center;height: 100%;width: 100%;z-index: 9000;">
  440. <view style="display: flex;flex-direction: column;align-items: center;justify-content: center;background: #000;opacity: 0.8;width: 200rpx;height: 200rpx;border-radius: 20rpx;">
  441. <image src="{{imgUrl}}ali-logo-check-ok.png" style="width: 100rpx;height: 80rpx"></image>
  442. <view style="color: #fff;padding-top: 18rpx;font-size: 25rpx;letter-spacing: 1rpx;">已加载全部数据</view>
  443. </view>
  444. </view>
  445. <scroll-view scroll-y="true" bindscrolltolower="investigationScrollBottom" style="height: 100%;padding:0;margin:0;">
  446. <include src="investigation.wxml" />
  447. </scroll-view>
  448. </swiper-item>
  449. </swiper>
  450. </view>
  451. </view>
  452. <!-- 列表 -->
  453. </view>
  454. <!-- 内容 -->
  455. </view>
  456. </view>
  457. <!-- 政民互动 -->
  458. <!-- 弹窗 -->
  459. <!-- <view bindtap="closeDialog" class="mask" catchtouchmove="preventTouchMove" wx:if="{{ewmShowDialog}}"></view>
  460. <view class="ewm-dialog" wx:if="{{ewmShowDialog}}">
  461. <view>
  462. <image show-menu-by-longpress="{{true}}" style="width: 370rpx;height:370rpx" src="{{imgUrl + ewmUrl}}"></image>
  463. </view>
  464. <view style="color: #000000;font-size: 38rpx;font-weight: 600;padding-top: 10rpx;">长按图片关注我们</view>
  465. <view style="color: #000000;font-size: 38rpx;padding-top: 10rpx;">{{ewmName}}</view>
  466. </view> -->
  467. <!-- 弹窗结尾 -->
  468. <!-- 媒体矩阵 -->
  469. <view style="width: 100%;position:relative;margin-top: 40rpx;">
  470. <view style="margin-left: 20rpx;border-radius: 20rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;height: 100%;">
  471. <!-- 标题 -->
  472. <view style="display: flex;justify-content: left;align-items: center;height: 60rpx;">
  473. <view style="display:flex;align-items:center;justify-content:center;">
  474. <image src="{{imgUrl}}index-media.png" style="height: 50rpx;width: 56rpx"></image>
  475. </view>
  476. <view class="data-center-title-font">媒体矩阵</view>
  477. </view>
  478. <!-- 标题 -->
  479. <!-- 内容 -->
  480. <view>
  481. <!-- header -->
  482. <view bindtap="gotoMTJZ" style="position:relative;height: 129rpx">
  483. <view style="margin-top:15rpx;height: 129rpx;width:100%;display:flex;align-items:center;justify-content:center;">
  484. <image src="{{ imgUrl }}index-media-header.png" style="height: 129rpx;width:650rpx"></image>
  485. </view>
  486. <!-- 入口 -->
  487. <view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
  488. <view class="center-analysis-enter-font">政务新媒体矩阵</view>
  489. <view class="center-analysis-enter-button">
  490. <view style="background: linear-gradient(90deg, #AF66DC 0%, #D6AAF3 100%);" class="center-analysis-enter-button-item">
  491. 进入 ></view>
  492. </view>
  493. </view>
  494. </view>
  495. <!-- header -->
  496. <!-- content -->
  497. <view>
  498. <!-- 头部导航 -->
  499. <view class="media-swiper-tab">
  500. <scroll-view scroll-x="true" show-scrollbar="false" scroll-with-animation="true" scroll-left="{{navScrollLeft}}rpx" style="width: 100%;white-space: nowrap;">
  501. <block wx:for="{{provList}}" wx:key="i">
  502. <view class="media-swiper-tab-list {{mediaCurrentTab==index ? 'active' : ''}}" data-current="{{index}}" bindtap="swichNav">{{item.name}}</view>
  503. </block>
  504. </scroll-view>
  505. </view>
  506. <!-- 头部导航 -->
  507. <!-- 选项内容 -->
  508. <view style="margin-top: 25rpx">
  509. <swiper current="{{mediaCurrentTab}}" class="media-swiper-box" duration="300" bindchange="mediaBindChange">
  510. <swiper-item>
  511. <view wx:if="{{isNafaLoading}}" style="display: flex;justify-content: center;align-items: center;height: 100%;">
  512. <t-loading theme="spinner" size="64rpx" text="加载中..." inheritColor></t-loading>
  513. </view>
  514. <view wx:else class="message" style="padding: 4rpx 40rpx;">
  515. <view wx:for="{{mediaReleaseList}}" wx:key="index" bindtap="gotoReleaseDetail" data-url="{{item.url}}" class="releaseList">
  516. <view style="width: 450rpx;">{{item.title}}</view>
  517. <image src="data:{{item.cover}}" style="width: 75rpx;height:75rpx" />
  518. </view>
  519. </view>
  520. </swiper-item>
  521. <swiper-item>
  522. <view style="display: flex;justify-content: flex-start;flex-wrap: wrap">
  523. <!-- 选项 -->
  524. <view wx:for="{{mediaSelectList}}" wx:for-item="item" wx:for-index="index" wx:key="index" class="{{index % 2 === 0?'media-icon-1':'media-icon-2'}}">
  525. <view bindtap="showLogoDialog" data-name="{{item.name}}" data-ewm="{{item.ewm}}" data-url = "{{item.url}}" style="display: flex;align-items:center;justify-content:center;margin-right: 4rpx">
  526. <image src="{{item.img}}" style="height:44rpx;width:44rpx;"></image>
  527. </view>
  528. <view bindtap="showLogoDialog" data-name="{{item.name}}" data-ewm="{{item.ewm}}" data-url = "{{item.url}}" style="display: flex;align-items:center;justify-content:center">{{item.name}}</view>
  529. </view>
  530. </view>
  531. </swiper-item>
  532. <!-- <swiper-item>
  533. <view wx:for="{{mediaHeadlineList}}" wx:key="index" class="news-item" bindtap="gotoHeadlineDetail" data-url="{{item.url}}">
  534. <view class="jigou">
  535. <view style="background-color: #B9D9FD;display: inline-block;padding: 0px 10rpx;">{{item.officialAccount}}</view>
  536. </view>
  537. <view style="margin: 9rpx 0 14rpx 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;">{{item.title}}</view>
  538. <view class="time">{{item.createTime}}</view>
  539. </view>
  540. </swiper-item> -->
  541. </swiper>
  542. </view>
  543. <!-- 选项内容 -->
  544. </view>
  545. <!-- content -->
  546. </view>
  547. <!-- 内容 -->
  548. </view>
  549. </view>
  550. <!-- 媒体矩阵 -->
  551. <!-- 南岸报 -->
  552. <!-- gotoNewsPaper -->
  553. <view style="width: 100%;position:relative;margin-top: 40rpx;" bindtap="gotoNAB">
  554. <view style="margin-left: 20rpx;border-radius: 20rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;height: 100%;">
  555. <!-- 标题 -->
  556. <view style=" display: flex;justify-content: left;align-items: center;height: 60rpx;">
  557. <view style="display:flex;align-items:center;justify-content:center;">
  558. <image src="{{imgUrl}}index-paper.png" style="height: 50rpx;width: 56rpx"></image>
  559. </view>
  560. <view class="data-center-title-font">南岸报</view>
  561. </view>
  562. <!-- 标题 -->
  563. <!-- 内容 -->
  564. <view>
  565. <!-- header -->
  566. <view style="position:relative;height: 129rpx">
  567. <view style="margin-top:15rpx;height: 129rpx;width:100%;display:flex;align-items:center;justify-content:center;">
  568. <image src="{{ imgUrl }}index-paper-header.png" style="height: 129rpx;width:650rpx"></image>
  569. </view>
  570. <!-- 入口 -->
  571. <view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
  572. <view class="center-analysis-enter-font">南岸报</view>
  573. <view class="center-analysis-enter-button">
  574. <view style="background: linear-gradient(90deg, #F58661 0%, #FCAF96 100%);" class="center-analysis-enter-button-item">
  575. 进入 ></view>
  576. </view>
  577. </view>
  578. </view>
  579. <!-- header -->
  580. <!-- 报 -->
  581. <!-- <view style="height: 790rpx;width: 100%;display: flex">
  582. <view style="height: 761rpx;width: 550rpx;position:relative;">
  583. <view style="padding: 20rpx;border: 3rpx solid #FFFFFF;box-shadow: 8rpx -5rpx 25rpx 0rpx rgba(29,29,29,0.18);top: -22rpx;position:absolute;height: 761rpx;width: 505rpx;">
  584. <image src="{{imgUrl}}index-paper-content-paper.png" style="height: 761rpx;width: 505rpx;"></image>
  585. </view>
  586. </view>
  587. <view style="height: 771rpx;width: 100rpx;position:relative;background-image: url({{imgUrl}}index-paper-page.png);background-size: 100% 100%;">
  588. <view style="top: 20rpx;left:20rpx;position:absolute; display: flex;flex-direction: column;width: 30rpx;color: #FFFFFF;font-size: 28rpx;">
  589. 上一版</view>
  590. <view style="top: 200rpx;left:20rpx;position:absolute; display: flex;flex-direction: column;width: 30rpx;color: #FFFFFF;font-size: 28rpx;">
  591. 下一版</view>
  592. </view>
  593. </view> -->
  594. </view>
  595. <!-- 内容 -->
  596. </view>
  597. </view>
  598. <!-- 南岸报 -->
  599. <!-- 地图服务 -->
  600. <view style="width: 100%;position:relative;margin-top: 40rpx;">
  601. <view style="margin-left: 20rpx;border-radius: 20rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;height: 100%;">
  602. <!-- 标题 -->
  603. <view style=" display: flex;justify-content: left;align-items: center;height: 60rpx;">
  604. <view style="display:flex;align-items:center;justify-content:center;">
  605. <image src="{{imgUrl}}index-map-title.png" style="height: 50rpx;width: 56rpx"></image>
  606. </view>
  607. <view class="data-center-title-font">地图服务</view>
  608. </view>
  609. <!-- 标题 -->
  610. <!-- 内容 -->
  611. <view>
  612. <!-- header -->
  613. <view style="position:relative;height: 129rpx" bindtap="gotoDTSS">
  614. <view style="margin-top:15rpx;height: 129rpx;width:100%;display:flex;align-items:center;justify-content:center;">
  615. <image src="{{ imgUrl }}index-map-header.png" style="height: 129rpx;width:650rpx"></image>
  616. </view>
  617. <!-- 入口 -->
  618. <view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
  619. <view class="center-analysis-enter-font">地图搜索</view>
  620. <view class="center-analysis-enter-button">
  621. <view style="background: linear-gradient(90deg, #0163EA 0%, #00BEFA 100%);" class="center-analysis-enter-button-item">
  622. 进入 ></view>
  623. </view>
  624. </view>
  625. </view>
  626. <!-- header -->
  627. <!-- content -->
  628. <view style="margin-top:28rpx;width: 100%;height: 136rpx;display:flex;flex-wrap: wrap;justify-content: space-between;">
  629. <!-- 按钮 -->
  630. <view bindtap="gotoDTSS" data-item="{{ item.name }}" wx:for="{{ mapServiceData }}" wx:for-item="item" wx:for-index="index" wx:key="index" style="height: 50rpx;width: 139rpx;background-color: #EEF5FF;display:flex;align-items:center;justify-content:center;font-size:24rpx;color: #333333;letter-spacing: 2rpx;border-radius: 10rpx;">
  631. {{item.name}}
  632. </view>
  633. </view>
  634. </view>
  635. <!-- 内容 -->
  636. </view>
  637. </view>
  638. <!-- 地图服务 -->
  639. <!-- 印象南岸 -->
  640. <view style="height: 270rpx;width: 100%;position:relative;margin-top: 40rpx;margin-bottom: 60rpx;">
  641. <view style="margin-left: 20rpx;border-radius: 20rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;height: 100%;">
  642. <!-- 标题 -->
  643. <view style=" display: flex;justify-content: left;align-items: center;height: 60rpx;">
  644. <view style="display:flex;align-items:center;justify-content:center;">
  645. <image src="{{imgUrl}}index-na-title.png" style="height: 50rpx;width: 56rpx"></image>
  646. </view>
  647. <view class="data-center-title-font">印象南岸</view>
  648. </view>
  649. <!-- 标题 -->
  650. <!-- 内容 -->
  651. <view>
  652. <!-- header -->
  653. <view style="position:relative;height: 129rpx" bindtap="toYxna">
  654. <view style="margin-top:15rpx;height: 129rpx;width:100%;display:flex;align-items:center;justify-content:center;">
  655. <image src="{{ imgUrl }}index-na-header.png" style="height: 129rpx;width:650rpx"></image>
  656. </view>
  657. <!-- 入口 -->
  658. <view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
  659. <view class="center-analysis-enter-font">印象南岸</view>
  660. <view class="center-analysis-enter-button">
  661. <view style="background: linear-gradient(90deg, #A28164 0%, #CBB197 100%);" class="center-analysis-enter-button-item">
  662. 进入 ></view>
  663. </view>
  664. </view>
  665. </view>
  666. <!-- header -->
  667. <!-- <view style="font-size: 30rpx;font-weight: 400;color: #FFFFFF;line-height: 56rpx;text-align: center;position: relative;">
  668. <image src="{{imgUrl}}yxnaLine.png" style="width:653rpx;height:174rpx" />
  669. <view bindtap="toJfq" style="width: 136rpx;height: 56rpx;background: #996749;border-radius: 10rpx;position: absolute;top: 35rpx;">
  670. 解放前</view>
  671. <view bindtap="toJfh" style="width: 232rpx;height: 56rpx;background: #A45A3A;border-radius: 10rpx;position: absolute;top: 187rpx;left: 126rpx;">
  672. 解放后-80年代</view>
  673. <view bindtap="toXsj" style="width: 226rpx;height: 56rpx;background: #D17C4B;border-radius: 10rpx;position: absolute;top: 35rpx;left: 232rpx;">
  674. 80年代-新世纪</view>
  675. <view bindtap="toQxn" style="width: 226rpx;height: 56rpx;background: #D6603A;border-radius: 10rpx;position: absolute;right: 9rpx;bottom: -5rpx;">
  676. 新世纪-千禧年</view>
  677. </view> -->
  678. </view>
  679. <!-- 内容 -->
  680. </view>
  681. </view>
  682. <!-- 印象南岸 -->
  683. <!-- 底部 -->
  684. <view style="height: 150rpx">
  685. </view>
  686. </scroll-view>
  687. </view>