add
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { defineManifestConfig } from '@uni-helper/vite-plugin-uni-manifest'
|
import { defineManifestConfig } from '@uni-helper/vite-plugin-uni-manifest'
|
||||||
|
|
||||||
export default defineManifestConfig({
|
export default defineManifestConfig({
|
||||||
'name': '天远助手',
|
'name': '天远数据',
|
||||||
'appid': '__UNI__CC3DA09',
|
'appid': '__UNI__CC3DA09',
|
||||||
'description': '',
|
'description': '',
|
||||||
'versionName': '1.0.0',
|
'versionName': '1.0.0',
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ export default defineUniPages({
|
|||||||
backgroundTextStyle: '@bgTxtStyle',
|
backgroundTextStyle: '@bgTxtStyle',
|
||||||
navigationBarBackgroundColor: '#000000',
|
navigationBarBackgroundColor: '#000000',
|
||||||
navigationBarTextStyle: '@navTxtStyle',
|
navigationBarTextStyle: '@navTxtStyle',
|
||||||
navigationBarTitleText: '天远助手',
|
navigationBarTitleText: '天远数据',
|
||||||
navigationStyle: 'custom',
|
navigationStyle: 'custom',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
* 在页面 setup 中调用 useShare(options) 即可启用右上角菜单的「转发」与「分享到朋友圈」
|
* 在页面 setup 中调用 useShare(options) 即可启用右上角菜单的「转发」与「分享到朋友圈」
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const DEFAULT_TITLE = '天远助手 - 大数据报告查询'
|
const DEFAULT_TITLE = '天远数据 - 大数据报告查询'
|
||||||
const DEFAULT_IMAGE_URL = '' // 留空则微信使用页面截图
|
const DEFAULT_IMAGE_URL = '' // 留空则微信使用页面截图
|
||||||
|
|
||||||
export interface UseShareOptions {
|
export interface UseShareOptions {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import 'uno.css'
|
|||||||
import '@/app.scss'
|
import '@/app.scss'
|
||||||
import { setupRouterGuard } from '@/utils/routerGuard'
|
import { setupRouterGuard } from '@/utils/routerGuard'
|
||||||
|
|
||||||
const DEFAULT_SHARE_TITLE = '天远助手 - 大数据报告查询,即刻赚佣金'
|
const DEFAULT_SHARE_TITLE = '天远数据 - 大数据报告查询,即刻赚佣金'
|
||||||
|
|
||||||
// 全局分享:所有页面右上角「转发」「分享到朋友圈」使用统一默认配置
|
// 全局分享:所有页面右上角「转发」「分享到朋友圈」使用统一默认配置
|
||||||
const shareMixin = {
|
const shareMixin = {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "天远助手",
|
"name": "天远数据",
|
||||||
"appid": "__UNI__CC3DA09",
|
"appid": "__UNI__CC3DA09",
|
||||||
"description": "",
|
"description": "",
|
||||||
"versionName": "1.0.0",
|
"versionName": "1.0.0",
|
||||||
|
|||||||
@@ -130,7 +130,7 @@
|
|||||||
"backgroundTextStyle": "@bgTxtStyle",
|
"backgroundTextStyle": "@bgTxtStyle",
|
||||||
"navigationBarBackgroundColor": "#000000",
|
"navigationBarBackgroundColor": "#000000",
|
||||||
"navigationBarTextStyle": "@navTxtStyle",
|
"navigationBarTextStyle": "@navTxtStyle",
|
||||||
"navigationBarTitleText": "天远助手",
|
"navigationBarTitleText": "天远数据",
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
},
|
},
|
||||||
"tabBar": {
|
"tabBar": {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import { getAgentRevenue } from '@/api/apis'
|
|||||||
import GzhQrcode from '@/components/GzhQrcode.vue'
|
import GzhQrcode from '@/components/GzhQrcode.vue'
|
||||||
|
|
||||||
// 分享给好友、分享到朋友圈
|
// 分享给好友、分享到朋友圈
|
||||||
useShare({ title: '天远助手 - 资产与收益' })
|
useShare({ title: '天远数据 - 资产与收益' })
|
||||||
|
|
||||||
// 日期选项映射
|
// 日期选项映射
|
||||||
const dateRangeMap = {
|
const dateRangeMap = {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import iconCard1 from '/static/image/icon_2.png'
|
|||||||
import iconCard2 from '/static/image/icon_1.png'
|
import iconCard2 from '/static/image/icon_1.png'
|
||||||
|
|
||||||
// 分享给好友、分享到朋友圈
|
// 分享给好友、分享到朋友圈
|
||||||
useShare({ title: '天远助手 - 大数据报告查询,即刻赚佣金' })
|
useShare({ title: '天远数据 - 大数据报告查询,即刻赚佣金' })
|
||||||
|
|
||||||
// 从缓存中获取代理状态
|
// 从缓存中获取代理状态
|
||||||
const isAgent = ref(false)
|
const isAgent = ref(false)
|
||||||
@@ -102,8 +102,8 @@ function getPhoneNumber(e) {
|
|||||||
<view class="text-gray-800 text-sm">邀请下级页面引导</view>
|
<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 class="text-xs bg-blue-100 text-blue-600 px-2 py-0.5 rounded">引导指南</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex items-center py-3 px-2 justify-between" @click="toHelpDetail('如何成为天远助手代理')">
|
<view class="flex items-center py-3 px-2 justify-between" @click="toHelpDetail('如何成为天远数据代理')">
|
||||||
<view class="text-gray-800 text-sm">如何成为天远助手代理</view>
|
<view class="text-gray-800 text-sm">如何成为天远数据代理</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view> -->
|
</view> -->
|
||||||
@@ -126,7 +126,7 @@ function getPhoneNumber(e) {
|
|||||||
show-menu-by-longpress
|
show-menu-by-longpress
|
||||||
/>
|
/>
|
||||||
<view class="text-gray-600 text-sm text-center mb-2">长按识别保存或者扫码</view>
|
<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
|
<view
|
||||||
class="mt-4 text-blue-500 text-sm"
|
class="mt-4 text-blue-500 text-sm"
|
||||||
@click="toggleQrcodePopup"
|
@click="toggleQrcodePopup"
|
||||||
|
|||||||
@@ -147,7 +147,7 @@ onUnmounted(() => {
|
|||||||
<view class="mb-8 pt-8 text-left">
|
<view class="mb-8 pt-8 text-left">
|
||||||
<view class="flex flex-col items-center">
|
<view class="flex flex-col items-center">
|
||||||
<image class="h-18 w-18 rounded-full shadow" src="/static/image/logo.png" mode="scaleToFill" />
|
<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>
|
</view>
|
||||||
<view class="space-y-5">
|
<view class="space-y-5">
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ import { ref, computed, onBeforeMount } from 'vue'
|
|||||||
import { maskName, formatExpiryTime } from '@/utils/format'
|
import { maskName, formatExpiryTime } from '@/utils/format'
|
||||||
|
|
||||||
// 分享给好友、分享到朋友圈
|
// 分享给好友、分享到朋友圈
|
||||||
useShare({ title: '天远助手 - 大数据报告查询' })
|
useShare({ title: '天远数据 - 大数据报告查询' })
|
||||||
|
|
||||||
// 用户数据
|
// 用户数据
|
||||||
const userName = ref('')
|
const userName = ref('')
|
||||||
|
|||||||
Reference in New Issue
Block a user