|
@@ -121,22 +121,6 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <!-- 五维能量 -->
|
|
|
|
|
- <view class="energy-section" v-if="sandboxData">
|
|
|
|
|
- <view class="section-header">
|
|
|
|
|
- <text class="section-title">🌟 五维能量</text>
|
|
|
|
|
- <text class="section-more" @click="goToEnergySandbox">详情 ›</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="energy-row">
|
|
|
|
|
- <view class="energy-item" v-for="dim in energyDims" :key="dim.code">
|
|
|
|
|
- <view class="energy-circle" :style="{ background: dim.color }">
|
|
|
|
|
- <text class="energy-val">{{ dim.score || 0 }}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <text class="energy-label">{{ dim.label }}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
-
|
|
|
|
|
<!-- 待办提醒 -->
|
|
<!-- 待办提醒 -->
|
|
|
<view class="reminders-section" v-if="hasReminders">
|
|
<view class="reminders-section" v-if="hasReminders">
|
|
|
<view class="section-header">
|
|
<view class="section-header">
|