add
This commit is contained in:
@@ -4,7 +4,7 @@ import { getAgentRevenue } from '@/api/apis'
|
||||
import GzhQrcode from '@/components/GzhQrcode.vue'
|
||||
|
||||
// 分享给好友、分享到朋友圈
|
||||
useShare({ title: '天远助手 - 资产与收益' })
|
||||
useShare({ title: '天远数据 - 资产与收益' })
|
||||
|
||||
// 日期选项映射
|
||||
const dateRangeMap = {
|
||||
|
||||
@@ -6,7 +6,7 @@ import iconCard1 from '/static/image/icon_2.png'
|
||||
import iconCard2 from '/static/image/icon_1.png'
|
||||
|
||||
// 分享给好友、分享到朋友圈
|
||||
useShare({ title: '天远助手 - 大数据报告查询,即刻赚佣金' })
|
||||
useShare({ title: '天远数据 - 大数据报告查询,即刻赚佣金' })
|
||||
|
||||
// 从缓存中获取代理状态
|
||||
const isAgent = ref(false)
|
||||
@@ -102,8 +102,8 @@ function getPhoneNumber(e) {
|
||||
<view class="text-gray-800 text-sm">邀请下级页面引导</view>
|
||||
<view class="text-xs bg-blue-100 text-blue-600 px-2 py-0.5 rounded">引导指南</view>
|
||||
</view>
|
||||
<view class="flex items-center py-3 px-2 justify-between" @click="toHelpDetail('如何成为天远助手代理')">
|
||||
<view class="text-gray-800 text-sm">如何成为天远助手代理</view>
|
||||
<view class="flex items-center py-3 px-2 justify-between" @click="toHelpDetail('如何成为天远数据代理')">
|
||||
<view class="text-gray-800 text-sm">如何成为天远数据代理</view>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
@@ -126,7 +126,7 @@ function getPhoneNumber(e) {
|
||||
show-menu-by-longpress
|
||||
/>
|
||||
<view class="text-gray-600 text-sm text-center mb-2">长按识别保存或者扫码</view>
|
||||
<view class="text-gray-400 text-xs">关注「天远助手」公众号</view>
|
||||
<view class="text-gray-400 text-xs">关注「天远数据」公众号</view>
|
||||
<view
|
||||
class="mt-4 text-blue-500 text-sm"
|
||||
@click="toggleQrcodePopup"
|
||||
|
||||
@@ -147,7 +147,7 @@ onUnmounted(() => {
|
||||
<view class="mb-8 pt-8 text-left">
|
||||
<view class="flex flex-col items-center">
|
||||
<image class="h-18 w-18 rounded-full shadow" src="/static/image/logo.png" mode="scaleToFill" />
|
||||
<view class="mt-4 text-3xl font-bold text-gray-800">天远助手</view>
|
||||
<view class="mt-4 text-3xl font-bold text-gray-800">天远数据</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="space-y-5">
|
||||
|
||||
@@ -90,7 +90,7 @@ import { ref, computed, onBeforeMount } from 'vue'
|
||||
import { maskName, formatExpiryTime } from '@/utils/format'
|
||||
|
||||
// 分享给好友、分享到朋友圈
|
||||
useShare({ title: '天远助手 - 大数据报告查询' })
|
||||
useShare({ title: '天远数据 - 大数据报告查询' })
|
||||
|
||||
// 用户数据
|
||||
const userName = ref('')
|
||||
|
||||
Reference in New Issue
Block a user