profile_page icon update
This commit is contained in:
parent
2f200f48a7
commit
4b0f9cdf34
|
|
@ -19,8 +19,10 @@ export const commonEnum = {
|
||||||
COIN_BACKGROUND: 'https://api.ccttiot.com/image-1755070887001.png',
|
COIN_BACKGROUND: 'https://api.ccttiot.com/image-1755070887001.png',
|
||||||
REQUEST_AGENT: 'https://api.ccttiot.com/image-1755071317260.png',
|
REQUEST_AGENT: 'https://api.ccttiot.com/image-1755071317260.png',
|
||||||
AGENCY_INTERESTS: 'https://api.ccttiot.com/image-1755071348347.png',
|
AGENCY_INTERESTS: 'https://api.ccttiot.com/image-1755071348347.png',
|
||||||
ONLINE_CUSTOMER_SERVICE: 'https://api.ccttiot.com/image-1755071362176.png', //在线客服
|
ONLINE_CUSTOMER_SERVICE: 'https://api.ccttiot.com/image-1755071362176.png', //在线客服icon
|
||||||
Real_Name_Authentication: 'https://api.ccttiot.com/image-1757382999487.png', //实名认证图标
|
Real_Name_Authentication: 'https://api.ccttiot.com/image-1757382999487.png', //实名认证图icon
|
||||||
|
DEVICE_ENTRY: 'https://api.ccttiot.com/image-1757407459962.png', //设备录入icon
|
||||||
|
MY_ORDER: 'https://api.ccttiot.com/image-1757407484986.png', //我的订单icon
|
||||||
|
|
||||||
SET: 'https://api.ccttiot.com/image-1755071734792.png',
|
SET: 'https://api.ccttiot.com/image-1755071734792.png',
|
||||||
GIFT: 'https://api.ccttiot.com/image-1755071830648.png',
|
GIFT: 'https://api.ccttiot.com/image-1755071830648.png',
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="function-item" @click="goToMyOrderList">
|
<view class="function-item" @click="goToMyOrderList">
|
||||||
<view class="function-icon">
|
<view class="function-icon">
|
||||||
<image :src="commonEnum.AGENCY_INTERESTS" class="function-img" mode="aspectFit"></image>
|
<image :src="commonEnum.MY_ORDER" class="function-img" mode="aspectFit"></image>
|
||||||
</view>
|
</view>
|
||||||
<text class="function-text">我的订单</text>
|
<text class="function-text">我的订单</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view v-if="isSysAdmin" class="function-item" @click="goToDeviceEntry">
|
<view v-if="isSysAdmin" class="function-item" @click="goToDeviceEntry">
|
||||||
<view class="function-icon">
|
<view class="function-icon">
|
||||||
<image :src="commonEnum.AGENCY_INTERESTS" class="function-img" mode="aspectFit"></image>
|
<image :src="commonEnum.DEVICE_ENTRY" class="function-img" mode="aspectFit"></image>
|
||||||
</view>
|
</view>
|
||||||
<text class="function-text">设备录入</text>
|
<text class="function-text">设备录入</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -555,7 +555,7 @@ export default {
|
||||||
background: #f15a04;
|
background: #f15a04;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
padding: 5rpx;
|
padding: 5rpx 10rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user