zhwl.vue 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. <template>
  2. <view class="content">
  3. <!-- 顶部logo和菜单 -->
  4. <uTop></uTop>
  5. <!-- 标题和介绍 -->
  6. <uDesc :title="dTitle" :description="dMemo" :bg="bannerBg"></uDesc>
  7. <view class="boxs">
  8. <!-- “互联网+全域旅游” -->
  9. <view class="box box1">
  10. <view class="b_title">“互联网+全域旅游”</view>
  11. <view class="items">
  12. <view class="item">
  13. <image src="../../static/imgs/fmcs_fatz1.png"></image>
  14. <p>全域数据整合</p>
  15. <view class="tip">构建支撑智慧化决策的文旅大数据中心</view>
  16. </view>
  17. <view class="item">
  18. <image src="../../static/imgs/fmcs_fatz2.png"></image>
  19. <p>立体营销矩阵</p>
  20. <view class="tip">实施旅游目的地网络营销,实现品牌塑造与传播</view>
  21. </view>
  22. <view class="item">
  23. <image src="../../static/imgs/fmcs_fatz3.png"></image>
  24. <p>游客服务体验</p>
  25. <view class="tip">构建连接游客与旅游目地服务的O2O平台</view>
  26. </view>
  27. <view class="item">
  28. <image src="../../static/imgs/fmcs_fatz4.png"></image>
  29. <p>全面综合管控</p>
  30. <view class="tip">对文旅行业、文旅市场的产业运行分析与精准管理</view>
  31. </view>
  32. <view class="item">
  33. <image src="../../static/imgs/fmcs_fatz3.png"></image>
  34. <p>文化旅游融合</p>
  35. <view class="tip">以文促旅、以旅彰文,营造良好的人文环境和旅游消费氛围</view>
  36. </view>
  37. <view class="item">
  38. <image src="../../static/imgs/fmcs_fatz4.png"></image>
  39. <p>推动产业升级</p>
  40. <view class="tip">通过旅游+工业、商业、成绩,拉动其他产业发展,带动区域经济增长</view>
  41. </view>
  42. </view>
  43. </view>
  44. <!-- 总体框架 -->
  45. <view class="box box2">
  46. <view class="b_title">总体框架</view>
  47. <view class="b_tip">以"智能化建设"为基础、"大数据分析"为主线、"互联网运营"为核心,为全域文旅建立起"管理智慧化"、"服务智慧化"、"营销智慧化"和"体验智慧化"的智慧化发展体系。</view>
  48. <image class="b_img" src="../../static/imgs/zhwl_img1.png" mode="widthFix" @click="e=>showBigImg(e,'../../static/imgs/zhwl_img1.png')"></image>
  49. </view>
  50. <!-- 服务对象 -->
  51. <view class="box box3">
  52. <view class="b_title">服务对象</view>
  53. <view class="b_tip">构建支撑智慧化决策的旅游大数据中心,建立数据标准规范,通过对游客、涉旅产业、政府相关委办产生的庞杂、多元的数据的整理、分析、挖掘,实现全域数据融合。</view>
  54. <image class="b_img2" src="../../static/imgs/zhwl_img2.png" mode="widthFix" @click="e=>showBigImg(e,'../../static/imgs/zhwl_img2.png')"></image>
  55. </view>
  56. <!-- 指挥调度 -->
  57. <view class="box box4">
  58. <view class="b_title">指挥调度</view>
  59. <view class="b_tip">以旅游安全监管和应急指挥指挥、分级调度和处置为目的,通过应急预案、应急保障、应急调度指挥功能,实现面向目的地客流超载、人员伤亡、交通事故、群体事件、财产损失、自然灾害等突发应急 事件的协同处理。</view>
  60. <image class="b_img" src="../../static/imgs/zhwl_img3.png" mode="widthFix" @click="e=>showBigImg(e,'../../static/imgs/zhwl_img3.png')"></image>
  61. </view>
  62. <!-- 业务门户 -->
  63. <view class="box box5">
  64. <view class="b_title">业务门户</view>
  65. <image class="b_img" src="../../static/imgs/zhwl_img4.png" mode="widthFix" @click="e=>showBigImg(e,'../../static/imgs/zhwl_img4.png')"></image>
  66. </view>
  67. <!-- 四类应用 -->
  68. <view class="box box6">
  69. <view class="b_title">四类应用</view>
  70. <image class="b_img" src="../../static/imgs/zhwl_img5.png" mode="widthFix" @click="e=>showBigImg(e,'../../static/imgs/zhwl_img5.png')"></image>
  71. </view>
  72. <!-- 整体架构 -->
  73. <view class="box box7">
  74. <view class="b_title">整体架构</view>
  75. <image class="b_img" src="../../static/imgs/zhwl_img6.png" mode="widthFix" @click="e=>showBigImg(e,'../../static/imgs/zhwl_img6.png')"></image>
  76. </view>
  77. </view>
  78. <!-- 合作与咨询 -->
  79. <uForm></uForm>
  80. </view>
  81. </template>
  82. <script>
  83. export default {
  84. data(){
  85. return {
  86. dTitle:'智慧文旅解决方案',
  87. dMemo:'以"智能化建设"为基础、"大数据分析"为主线、"互联网运营"为核心,为全域文旅建立起"管理智慧化"、"服务智慧化"、"营销智慧化"和"体验智慧化"的智慧化发展体系。',
  88. bannerBg:'../../static/imgs/zhwl_descbg.png',
  89. }
  90. },
  91. created() {
  92. uni.setNavigationBarTitle({
  93. title:'智慧文旅解决方案'
  94. })
  95. },
  96. methods:{
  97. showBigImg(e,imgUrl){
  98. let current = e.target.dataset.src;
  99. let that = this;
  100. uni.previewImage({
  101. current,
  102. urls:[imgUrl],
  103. longPressActions:{
  104. itemList:['保存图片'],
  105. success(data) {
  106. that.saveImage(imgUrl);
  107. },
  108. fail(err) {
  109. that.$showToast(err.errMsg);
  110. }
  111. }
  112. })
  113. },
  114. saveImage(url){
  115. let that = this;
  116. uni.downloadFile({
  117. url,
  118. success(res) {
  119. let filePath = res.tempFilePath;
  120. uni.saveImageToPhotosAlbum({
  121. filePath,
  122. success() {
  123. that.$showToast('保存成功');
  124. },
  125. fail(err) {
  126. that.$showToast('保存失败');
  127. }
  128. })
  129. }
  130. })
  131. }
  132. }
  133. }
  134. </script>
  135. <style scoped lang="less">
  136. ::v-deep .desc .title{
  137. margin-top: 46rpx;
  138. }
  139. ::v-deep .desc .memo{
  140. padding-right: 0;
  141. margin-top: 10rpx;
  142. }
  143. .content{
  144. width: 100%;
  145. padding-bottom: 272rpx;
  146. .boxs{
  147. .b_title{
  148. font-family: PingFang-SC, PingFang-SC;
  149. font-weight: bold;
  150. font-size: 42rpx;
  151. color: #111111;
  152. line-height: 42rpx;
  153. text-align: center;
  154. margin-top: 64rpx;
  155. }
  156. .b_tip{
  157. font-family: PingFangSC, PingFang SC;
  158. font-weight: 400;
  159. font-size: 26rpx;
  160. color: #666666;
  161. line-height: 36rpx;
  162. margin-top: 48rpx;
  163. }
  164. .b_img{
  165. width: 100%;
  166. }
  167. .b_img2{
  168. width: calc(100% + 30rpx);
  169. position: relative;
  170. left: -30rpx;
  171. }
  172. .box{
  173. width: 100%;
  174. padding: 0 30rpx;
  175. box-sizing: border-box;
  176. overflow: auto;
  177. &.box1{
  178. padding-bottom: 32rpx;
  179. .items{
  180. margin-top: 24rpx;
  181. display: flex;
  182. justify-content: space-between;
  183. flex-wrap: wrap;
  184. .item{
  185. width: calc(50% - 15rpx);
  186. height: 360rpx;
  187. background: #FAFCFF;
  188. border-radius: 2rpx;
  189. display: flex;
  190. flex-direction: column;
  191. align-items: center;
  192. margin-top: 24rpx;
  193. image{
  194. width: 118rpx;
  195. height: 118rpx;
  196. }
  197. p{
  198. font-family: PingFangSC, PingFang SC;
  199. font-weight: bold;
  200. font-size: 30rpx;
  201. color: #111111;
  202. line-height: 42rpx;
  203. text-align: center;
  204. margin-top: 2rpx;
  205. }
  206. .tip{
  207. width: 100%;
  208. padding: 0 20rpx;
  209. box-sizing: border-box;
  210. font-family: PingFangSC, PingFang SC;
  211. font-weight: 400;
  212. font-size: 24rpx;
  213. color: #777777;
  214. line-height: 33rpx;
  215. margin-top: 16rpx;
  216. }
  217. }
  218. }
  219. }
  220. &.box2{
  221. background: #F3F8FF;
  222. padding-bottom: 40rpx;
  223. .b_img{
  224. margin-top: 30rpx;
  225. }
  226. }
  227. &.box3{
  228. padding-bottom: 48rpx;
  229. .b_img2{
  230. margin-top: 23rpx;
  231. }
  232. }
  233. &.box4{
  234. background: #F3F8FF;
  235. padding-bottom: 48rpx;
  236. .b_img{
  237. margin-top: 30rpx;
  238. }
  239. }
  240. &.box5{
  241. padding-bottom: 52rpx;
  242. .b_img{
  243. margin-top: 52rpx;
  244. }
  245. }
  246. &.box6{
  247. background: #F3F8FF;
  248. padding-bottom: 87rpx;
  249. .b_img{
  250. margin-top: 42rpx;
  251. }
  252. }
  253. &.box7{
  254. padding-bottom: 35rpx;
  255. .b_img{
  256. margin-top: 48rpx;
  257. }
  258. }
  259. }
  260. }
  261. }
  262. </style>