|
@@ -140,13 +140,6 @@
|
|
|
<text class="menu-item__arrow">›</text>
|
|
<text class="menu-item__arrow">›</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <!-- Academic orientation (all users, NEW badge) — EPIC 9 -->
|
|
|
|
|
- <view v-if="userStore.isLoggedIn" class="menu-item" @click="goAcademicOrientation">
|
|
|
|
|
- <text class="menu-item__label">📖 学业方向</text>
|
|
|
|
|
- <view class="menu-item__badge menu-item__badge--new">NEW</view>
|
|
|
|
|
- <text class="menu-item__arrow">›</text>
|
|
|
|
|
- </view>
|
|
|
|
|
-
|
|
|
|
|
<!-- Distribution panel (paid users only) -->
|
|
<!-- Distribution panel (paid users only) -->
|
|
|
<view v-if="userStore.isLoggedIn && userStore.isVip" class="menu-item" @click="goCommission">
|
|
<view v-if="userStore.isLoggedIn && userStore.isVip" class="menu-item" @click="goCommission">
|
|
|
<text class="menu-item__label">💰 我的推广</text>
|
|
<text class="menu-item__label">💰 我的推广</text>
|
|
@@ -267,11 +260,6 @@ function goRecords() {
|
|
|
uni.switchTab({ url: '/pages/records/index' })
|
|
uni.switchTab({ url: '/pages/records/index' })
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-function goAcademicOrientation() {
|
|
|
|
|
- // EPIC 9: Navigate to academic orientation history
|
|
|
|
|
- uni.navigateTo({ url: '/pages/academic/index' })
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
function goCommission() {
|
|
function goCommission() {
|
|
|
if (!userStore.isLoggedIn) {
|
|
if (!userStore.isLoggedIn) {
|
|
|
uni.navigateTo({ url: '/pages/login/index' })
|
|
uni.navigateTo({ url: '/pages/login/index' })
|