From 549a25939cd083900a5edec168962a0b2cb56c6d Mon Sep 17 00:00:00 2001 From: hurui Date: Thu, 26 Sep 2019 11:18:49 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=85=B3=E4=BA=8E=E6=88=91=E4=BB=AC][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E5=81=9C=E8=BD=A6=E5=AD=97=E6=AE=B5]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index/user.wxss | 1 + pages/mallInfo/mallInfo.js | 4 ++-- pages/mallInfo/mallInfo.json | 2 +- pages/mallInfo/mallInfo.wxml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) 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}} 热线电话 :