|
|
@@ -164,7 +164,6 @@
|
|
|
<text class="section-title">🚀 财富服务</text>
|
|
|
</view>
|
|
|
<view class="service-grid">
|
|
|
- <view class="service-item" v-for="item in serviceList" :key="item.label" @click="onServiceClick(item.action)">
|
|
|
<view class="service-icon-wrap">
|
|
|
<text class="service-icon">{{ item.icon }}</text>
|
|
|
</view>
|
|
|
@@ -238,16 +237,6 @@ export default {
|
|
|
weekTrend: [30, 40, 35, 50, 60, 55, 70],
|
|
|
weekDays: ['一', '二', '三', '四', '五', '六', '日'],
|
|
|
// 服务列表
|
|
|
- serviceList: [
|
|
|
- { icon: '📝', label: '记账打卡', action: 'goToCheckin' },
|
|
|
- { icon: '🛡️', label: '保单管理', action: 'goToInsurance' },
|
|
|
- { icon: '🎨', label: '创客中心', action: 'goToCreator' },
|
|
|
- { icon: '🏪', label: '商城首页', action: 'goToShop' },
|
|
|
- { icon: '🛒', label: '购物车', action: 'goToCart' },
|
|
|
- { icon: '📋', label: '我的订单', action: 'goToOrders' },
|
|
|
- { icon: '🔄', label: '售后服务', action: 'goToAfterSales' },
|
|
|
- { icon: '📊', label: '积分记录', action: 'goToPointsLogs' }
|
|
|
- ],
|
|
|
children: [],
|
|
|
familyMembersVisible: [],
|
|
|
selectedMemberId: null,
|
|
|
@@ -413,9 +402,6 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
- goToProfile() {
|
|
|
- nav.goPage('/pages/profile-main/profile')
|
|
|
- },
|
|
|
goToCheckin() {
|
|
|
uni.navigateTo({ url: '/pages/wealth-sub/checkin' })
|
|
|
},
|
|
|
@@ -425,9 +411,6 @@ export default {
|
|
|
goToCreator() {
|
|
|
uni.navigateTo({ url: '/pages/promotion/index' })
|
|
|
},
|
|
|
- goToPointsLogs() {
|
|
|
- uni.navigateTo({ url: '/pages/points/points' })
|
|
|
- },
|
|
|
goToShop() {
|
|
|
uni.navigateTo({ url: '/pages/shop/index/index' })
|
|
|
},
|
|
|
@@ -753,26 +736,6 @@ export default {
|
|
|
color: #666;
|
|
|
}
|
|
|
|
|
|
-/* 底部菜单 */
|
|
|
-.menu-list {
|
|
|
- margin: 30rpx 30rpx 0;
|
|
|
- background: #fff;
|
|
|
- border-radius: 16rpx;
|
|
|
-}
|
|
|
-.menu-item {
|
|
|
- padding: 30rpx;
|
|
|
- border-bottom: 1rpx solid #f0f0f0;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- font-size: 28rpx;
|
|
|
-}
|
|
|
-.menu-item:last-child {
|
|
|
- border-bottom: none;
|
|
|
-}
|
|
|
-.arrow {
|
|
|
- color: #ccc;
|
|
|
- font-size: 32rpx;
|
|
|
-}
|
|
|
.logout-item {
|
|
|
color: #EF4444;
|
|
|
}
|