From 55ceca18427d64019b98620b1689be3d6405b43f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=81=A5?= Date: Tue, 31 Aug 2021 10:06:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9tab=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/detail-clinch/detail-clinch.wxml | 2 +- custom-tab-bar/index.js | 4 ++-- utils/api.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/detail-clinch/detail-clinch.wxml b/components/detail-clinch/detail-clinch.wxml index b98c91c..fe6ec05 100644 --- a/components/detail-clinch/detail-clinch.wxml +++ b/components/detail-clinch/detail-clinch.wxml @@ -96,7 +96,7 @@ 竞拍记录 - + 竞拍记录: diff --git a/custom-tab-bar/index.js b/custom-tab-bar/index.js index 80f335d..a35f239 100644 --- a/custom-tab-bar/index.js +++ b/custom-tab-bar/index.js @@ -11,8 +11,8 @@ Component({ text: "日历" }, { pagePath: "/pages/look/look", - iconPath: "../assets/images/tabIcon/look.png", - selectedIconPath: "../assets/images/tabIcon/look-a.png", + iconPath: "../assets/images/tabIcon/air.png", + selectedIconPath: "../assets/images/tabIcon/air.png", text: "看地" }, { pagePath: "/pages/ucenter/ucenter", diff --git a/utils/api.js b/utils/api.js index f0c0d02..0d53028 100644 --- a/utils/api.js +++ b/utils/api.js @@ -1,5 +1,5 @@ -// const baseURL = 'https://yoursairdata.com/api/' -const baseURL = 'http://192.168.209.210:9002/' +const baseURL = 'https://yoursairdata.com/api/' +// const baseURL = 'http://192.168.209.210:9002/' const GET = 'GET'; const POST = 'POST'; const PUT = 'PUT';