update
This commit is contained in:
@@ -26,9 +26,9 @@ const nav = [
|
||||
path: '/pages/beginnerTutorial/index',
|
||||
},
|
||||
{
|
||||
title: '收益榜单',
|
||||
title: '账号管理',
|
||||
icon: nav2,
|
||||
path: '/pages/comingSoon/index',
|
||||
path: '/pages/accountManagement/index',
|
||||
},
|
||||
{
|
||||
title: '邀请好友',
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<script setup>
|
||||
|
||||
import ICON from "../../static/images/wxweb.png";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<image src="" mode="aspectFill" class="test !w-full !h-screen"></image>
|
||||
<image :src="ICON" mode="aspectFill" class="!w-full !h-screen"></image>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
@@ -345,7 +345,8 @@ const scroll = ({detail: {scrollTop}}) => {
|
||||
{{ details.duration }}分钟
|
||||
</view>
|
||||
</view>
|
||||
<view class="block" v-if="details.special_images_arr.length">
|
||||
<view class="block"
|
||||
v-if="details.special_images_arr.length || details.special_text?.length > 0">
|
||||
<view class="block-title">特殊要求:</view>
|
||||
<view class="block-info gap-[20rpx]">
|
||||
<view>{{ details.special_text }}</view>
|
||||
|
||||
Reference in New Issue
Block a user