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';