Commit d3047cfa authored by kisszxc's avatar kisszxc

修改按钮

parent d9d8c2af
...@@ -9,6 +9,7 @@ import { ...@@ -9,6 +9,7 @@ import {
//const baseUrl = 'https://feihe.jzvcode.com/feihe'; //const baseUrl = 'https://feihe.jzvcode.com/feihe';
//const baseUrl = 'https://factory-walk-test.feihe.com/feihe'; //const baseUrl = 'https://factory-walk-test.feihe.com/feihe';
const baseUrl = 'https://factory-walk.feihe.com/feihe'; const baseUrl = 'https://factory-walk.feihe.com/feihe';
//const baseUrl = 'https://factory-walk-uat.feihe.com/feihe';
const request = (options = {}) => { const request = (options = {}) => {
// 对options.data 进行一些处理 // 对options.data 进行一些处理
......
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
height: 200rpx; height: 200rpx;
overflow: hidden; overflow: hidden;
image { image {
width: 54rpx; width: 62rpx;
height: 54rpx; height: 62rpx;
} }
} }
} }
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<view> <view>
<image <image
style="width: 59rpx; height: 59rpx" style="width: 59rpx; height: 59rpx"
src="@/assets/reservation-images/twitter.png" src="@/assets/reservation-images/twitter_new.png"
mode="widthFix" mode="widthFix"
> >
</image> </image>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
> >
<view> <view>
<image <image
src="@/assets/reservation-images/briefcase.png" src="@/assets/reservation-images/briefcase_new.png"
mode="widthFix" mode="widthFix"
></image> ></image>
</view> </view>
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
> >
<view> <view>
<image <image
src="@/assets/reservation-images/calendar.png" src="@/assets/reservation-images/calendar_new.png"
mode="widthFix" mode="widthFix"
></image> ></image>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment