diff --git a/app.js b/app.js index 521603a..ca04506 100644 --- a/app.js +++ b/app.js @@ -22,7 +22,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest23?true:false; + data.isTest = data.isTest24?true:false; this.globalData.configJson = data }) diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 07c8445..5cd731e 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -42,51 +42,51 @@ --> - + 活动日历 - - - 景点门票 - - - - 酒店住宿 - - - - 夜游苏州 - - - - 一卡游苏州 - - + 场馆预约 - + 非遗专卖 - + 剧场演出 - + 文创特产 - - - 电影购票 + + + 景点门票 + + + + 酒店住宿 + + + + 夜游苏州 + + + + 一日游 + + + + 研学游 - + 特惠新品超值商品限时抢购 @@ -136,51 +136,11 @@ - - - - - - - - - - - - - 更多 - - - - - - 景区舒适度 - - - - 找厕所 - - - - 停车场 - - - - 安全服务 - - - - - - 投资导引图 - 非遗传承 @@ -189,53 +149,89 @@ 文物查询 - - - 在线鉴赏 + + + 博物馆查询 + + + + 数字文物 + + + + 文旅单位 + + + + 团体预约 + + + + 投资导引图 + + + + 廉洁地图 - 书香借阅 - - - 博物馆查询 - 云上观展 - 精彩回顾 - - - - - 文旅单位 - - - - 国保微展示 - - - - 团体预约 + + + 视觉中心 + + + + + + + + + + + + + + 更多 + + + + + + 景区舒适度 + + + + 找厕所 + + + + 停车场 + + + + 安全服务 + + + diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 28e616b..0472f6f 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -1,8 +1,8 @@ /**index.wxss**/ .swiper,.swiper image { - width: 700rpx; + width: 690rpx; display: block; - height: 335rpx; + height: 358rpx; border-radius: 13rpx; } .swiper { @@ -174,7 +174,7 @@ height: 154rpx; } .small-swiper-box { - margin: 83rpx 0; + margin: 50rpx 0; width: 100%; height: 154rpx; border-radius: 77rpx; @@ -281,7 +281,7 @@ margin: 60rpx 0; } .pic-list image { - width: 160rpx; + width: 122rpx; height: 200rpx; display: block; } @@ -293,7 +293,7 @@ font-size: 22rpx; } .pbservice { - width: calc(175rpx * 5); + width: calc(175rpx * 8); display: flex; margin-top: 20rpx; flex-wrap: wrap; @@ -611,8 +611,9 @@ margin-right: 0; } .old-btn { - position: absolute; - right: 0; + position: fixed; + left: 0; + top: 170rpx; writing-mode:tb-rl; margin-top: 142rpx; color: #0B898E; @@ -625,7 +626,7 @@ letter-spacing: 3rpx; background: rgba(255, 255, 255, 0.7); box-shadow: 0px 0px 13rpx 0px rgba(0, 0, 0, 0.3); - border-radius: 13rpx 0px 0px 13rpx; + border-radius: 0 13rpx 13rpx 0; font-weight: 500; z-index: 1; } diff --git a/pages/pbService/appreciate/index.wxml b/pages/pbService/appreciate/index.wxml index 18cbea0..1850f03 100644 --- a/pages/pbService/appreciate/index.wxml +++ b/pages/pbService/appreciate/index.wxml @@ -1,5 +1,5 @@ - + 图片鉴赏 diff --git a/pages/pbService/index.wxml b/pages/pbService/index.wxml index ac42ddb..ed14897 100644 --- a/pages/pbService/index.wxml +++ b/pages/pbService/index.wxml @@ -72,9 +72,9 @@ 文物查询 - + - 在线鉴赏 + 视觉中心 diff --git a/pages/pbService/security/index.js b/pages/pbService/security/index.js index 2c5301a..52886f8 100644 --- a/pages/pbService/security/index.js +++ b/pages/pbService/security/index.js @@ -1,4 +1,5 @@ // pages/pbService/security/index.js +let app = getApp() Page({ /** @@ -7,7 +8,16 @@ Page({ data: { }, - + gotoUrl: function (e) { + if (e.currentTarget.dataset.event) { + this.pagePoint({ event: e.currentTarget.dataset.event }, 1) + } + let url = e.currentTarget.dataset.url; + app.globalData.weburl = url; + wx.navigateTo({ + url: "/pages/pbService/web/index" + }) + }, /** * 生命周期函数--监听页面加载 */ diff --git a/pages/pbService/security/index.wxml b/pages/pbService/security/index.wxml index 0befef3..7387a37 100644 --- a/pages/pbService/security/index.wxml +++ b/pages/pbService/security/index.wxml @@ -18,3 +18,6 @@ 拨打 + diff --git a/pages/pbService/security/index.wxss b/pages/pbService/security/index.wxss index a2feb44..45d3274 100644 --- a/pages/pbService/security/index.wxss +++ b/pages/pbService/security/index.wxss @@ -29,4 +29,9 @@ page { .tel-item text.tel-type { width: 150rpx; color: #333; +} + +.tel-item .title{ + text-align: center; + color: #0B898E; } \ No newline at end of file