feat:性能优化
This commit is contained in:
+6
-6
@@ -3,7 +3,7 @@
|
||||
<view class="mine_header" :style="headerStyle">
|
||||
<view class="mine_login_data" v-if="currentUserData && Object.keys(currentUserData).length !== 0">
|
||||
<view class="mine_data">
|
||||
<up-image
|
||||
<up-image :lazy-load="true"
|
||||
:src="currentUserData.avatarUrl ? currentUserData.avatarUrl : 'https://static.tbmall.xin/static/mine/avatar.png'"
|
||||
shape="circle" width="54" height="54" bgColor="#f1f6ff00"></up-image>
|
||||
<view class="mine_info">
|
||||
@@ -81,7 +81,7 @@
|
||||
<view class="mine_order_list">
|
||||
<view class="mine_fontsize_comm_warp order_list_item" v-for="item in orderTemplList" :key="item.id"
|
||||
@click="jumpOrder(item)">
|
||||
<up-image :src="item.url" width="28" height="28" bgColor="#f1f6ff00"></up-image>
|
||||
<up-image :lazy-load="true" :src="item.url" width="28" height="28" bgColor="#f1f6ff00"></up-image>
|
||||
<view>{{ item.title }}</view>
|
||||
<up-badge :absolute="true" :offset="[-9, 9]" max="99"
|
||||
:customStyle="{ width: '40rpx', height: '32rpx', borderRadius: '45% 45% 45% 0', display: 'flex', alignItems: 'center', justifyContent: 'center', padding: 0 }"
|
||||
@@ -93,7 +93,7 @@
|
||||
<view class="mine_content_comm_warp mine_top_comm_warp apply_list">
|
||||
<view class="apply_item mine_fontsize_comm_warp" v-for="item in applyList" :key="item.id"
|
||||
@click="jumpTool(item)">
|
||||
<up-image :src="item.url" width="36" height="36" bgColor="#f1f6ff00"></up-image>
|
||||
<up-image :lazy-load="true" :src="item.url" width="36" height="36" bgColor="#f1f6ff00"></up-image>
|
||||
<view>{{ item.title }}</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -235,7 +235,7 @@ import CustomTabBar from '@/components/custom-tab-bar.vue';
|
||||
import { getStatistics } from '@/api/order.js';
|
||||
import { getUserInfo } from '@/api/auth.js';
|
||||
import { CUSTOMER_SERVICE_PHONE_NUMBER } from '@/utils/config.js';
|
||||
import { getUnreadCount as getKefuUnreadCount } from "@/uni_modules/hashmall-customer-service/js_sdk/api.js";
|
||||
import { getUnreadCount as getKefuUnreadCount } from "@/api/kefu.js";
|
||||
|
||||
export default {
|
||||
computed: {
|
||||
@@ -314,7 +314,7 @@ export default {
|
||||
id: 5,
|
||||
title: '数字积分',
|
||||
url: 'https://static.tbmall.xin/static/mine/tool_js.png',
|
||||
path: '/pages/rwa_package/dongjian/jia'
|
||||
path: '/pages/rwa_package/insights/acceleration'
|
||||
}
|
||||
// {
|
||||
// id: 3,
|
||||
@@ -388,7 +388,7 @@ export default {
|
||||
id: 12,
|
||||
title: '财务',
|
||||
url: 'https://static.tbmall.xin/static/mine/tool_cw.png',
|
||||
path: '/pages/rwa_package/dongjian/finance'
|
||||
path: '/pages/rwa_package/insights/finance'
|
||||
}
|
||||
// {
|
||||
// id: 11,
|
||||
|
||||
Reference in New Issue
Block a user