diff --git a/index/user.wxss b/index/user.wxss index 927afb3..58faa42 100644 --- a/index/user.wxss +++ b/index/user.wxss @@ -411,6 +411,7 @@ page{ border-radius: 12rpx; background: #fff; position: absolute; + top: 40rpx; right: 20rpx; display: flex; padding: 10rpx 20rpx; diff --git a/pages/mallInfo/mallInfo.js b/pages/mallInfo/mallInfo.js index dca59f9..4bc77c8 100644 --- a/pages/mallInfo/mallInfo.js +++ b/pages/mallInfo/mallInfo.js @@ -37,7 +37,7 @@ Page({ console.log(res) let businessHours = JSON.parse(res.data.businessHours) businessHours.map((item,index)=>{ - item.weekName = [that.data.dateArr.filter(e => e.value == item.week[0])[0].name, that.data.dateArr.filter(e => e.value == item.week[1])[0].name], + item.weekName = [that.data.dateArr.filter(e => e.value == item.week[0])[0].name ,that.data.dateArr.filter(e => e.value == item.week[1])[0].name], item.time = [util.convertUTCTimeToLocalTime(item.time[0]), util.convertUTCTimeToLocalTime(item.time[1])] console.log(item.time) }) @@ -47,7 +47,7 @@ Page({ servicePhone: res.data.servicePhone, img: res.data.img, introduction: res.data.introduction, - parkingSpace: res.data.parkingSpace, + park_place_number: res.data.park_place_number, businessHoursH: businessHours, }) }) diff --git a/pages/mallInfo/mallInfo.json b/pages/mallInfo/mallInfo.json index 801ebb1..eaac994 100644 --- a/pages/mallInfo/mallInfo.json +++ b/pages/mallInfo/mallInfo.json @@ -1,5 +1,5 @@ { - "navigationBarTitleText": "我的特权", + "navigationBarTitleText": "关于我们", "navigationBarBackgroundColor": "#FD832D", "navigationBarTextStyle": "white", "usingComponents": { diff --git a/pages/mallInfo/mallInfo.wxml b/pages/mallInfo/mallInfo.wxml index ccb3794..0930435 100644 --- a/pages/mallInfo/mallInfo.wxml +++ b/pages/mallInfo/mallInfo.wxml @@ -18,7 +18,7 @@ 停车位 : - {{parkingSpace}} + {{park_place_number}} 热线电话 :