zhaoxiaohai 3 лет назад
Родитель
Сommit
ae26341811
3 измененных файлов с 4 добавлено и 3 удалено
  1. 2 1
      custom-tab-bar/index.js
  2. 1 1
      pages/portal/index.wxss
  3. 1 1
      project.config.json

+ 2 - 1
custom-tab-bar/index.js

@@ -81,8 +81,9 @@ Component({
         },
         /* 呼叫电话 */
         CallOut() {
+            console.log(8451)
             wx.makePhoneCall({
-                phoneNumber: getApp().globalData.servicehotline
+                phoneNumber: wx.getStorageSync('servicehotline')
             }).catch((e) => {})
         },
         onClose() {

+ 1 - 1
pages/portal/index.wxss

@@ -438,7 +438,7 @@ page {
     box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.05);
 }
 
-.footer-button {
+.footer .footer-button {
     width: 356rpx !important;
     height: 78rpx !important;
     background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;

+ 1 - 1
project.config.json

@@ -48,7 +48,7 @@
     },
     "compileType": "miniprogram",
     "libVersion": "2.21.2",
-    "appid": "wx5dc7fd18b6335214",
+    "appid": "wx210f6f5080f20d0c",
     "projectname": "%E5%B8%83%E4%B8%87%E5%AE%B6%E5%B0%8F%E7%A8%8B%E5%BA%8F",
     "debugOptions": {
         "hidedInDevtools": []