diff --git a/pages.json b/pages.json index ecaec48..64a1962 100644 --- a/pages.json +++ b/pages.json @@ -41,17 +41,26 @@ "tabBar": { "backgroundColor": "white", "selectedColor": "#33a5fc", - "list": [{ - "pagePath": "pages/payment/payment", - "iconPath": "static/tabbar/1.png", - "selectedIconPath": "static/tabbar/2.png", - "text": "加油" - }, { - "pagePath": "pages/center/center", - "iconPath": "static/tabbar/3.png", - "selectedIconPath": "static/tabbar/4.png", - "text": "个人中心" - }] + "list": [ + { + "pagePath": "pages/payment/payment", + "iconPath": "static/tabbar/1.png", + "selectedIconPath": "static/tabbar/2.png", + "text": "加油" + }, + { + "pagePath": "pages/weddingCelebration/weddingCelebration", + "iconPath": "static/tabbar/5.png", + "selectedIconPath": "static/tabbar/6.png", + "text": "佳通婚礼车队服务" + }, + { + "pagePath": "pages/center/center", + "iconPath": "static/tabbar/3.png", + "selectedIconPath": "static/tabbar/4.png", + "text": "个人中心" + } + ] }, "uniIdRouter": {} } \ No newline at end of file diff --git a/pages/payment/payment.vue b/pages/payment/payment.vue index daa4d92..71a16a0 100644 --- a/pages/payment/payment.vue +++ b/pages/payment/payment.vue @@ -6,9 +6,10 @@ - - - #95 + + {{ configList.title.keyCentent }} + {{ configList.price.keyCentent }} @@ -42,8 +43,21 @@ - + + + + + @@ -179,17 +193,59 @@ this.$api('getRechargePage', res => { this.rechargeList = res.result.records }) - } + }, + + //拨打电话 + clickService(phoneNumber) { + uni.makePhoneCall({ + phoneNumber, + success: () => {}, + fail: () => {} + }); + }, } } -