|
@@ -15,7 +15,7 @@ import useZPaging from 'z-paging/components/z-paging/js/hooks/useZPaging.js'
|
|
import { getConfigByCode } from '@/api/common'
|
|
import { getConfigByCode } from '@/api/common'
|
|
import { myUsers } from '@/api/mine'
|
|
import { myUsers } from '@/api/mine'
|
|
import { t } from '@/locale'
|
|
import { t } from '@/locale'
|
|
-import { goBack } from '@/utils/page'
|
|
|
|
|
|
+import { goBack, toPage } from '@/utils/page'
|
|
|
|
|
|
defineOptions({
|
|
defineOptions({
|
|
name: 'ReferEarn', // 邀请赚钱
|
|
name: 'ReferEarn', // 邀请赚钱
|
|
@@ -84,7 +84,7 @@ onLoad(() => {
|
|
</text>
|
|
</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="rounded-full bg-#F9CD96 py-14rpx text-34rpx text-[var(--wot-color-theme)] font-bold shadow-[0_2rpx_8rpx_0_rgba(249,205,150,0.5)]">
|
|
|
|
|
|
+ <view class="rounded-full bg-#F9CD96 py-14rpx text-34rpx text-[var(--wot-color-theme)] font-bold shadow-[0_2rpx_8rpx_0_rgba(249,205,150,0.5)]" @click="toPage('/pages/mine/share')">
|
|
{{ $t('referEarn.shareNow') }}
|
|
{{ $t('referEarn.shareNow') }}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|