|
|
@@ -33,10 +33,10 @@
|
|
|
GridItemPaddingHorizontal: 0,
|
|
|
}">
|
|
|
<Grid :borderGrid="false" :mainAxisCount="4">
|
|
|
- <GridItem title="乡源等级" icon="https://xy.wenlvti.net/app_static/images/mine/IconLevel.png" touchable />
|
|
|
- <GridItem title="我的成就" icon="https://xy.wenlvti.net/app_static/images/mine/IconArchive.png" touchable />
|
|
|
- <GridItem title="任务中心" icon="https://xy.wenlvti.net/app_static/images/mine/IconTask.png" touchable />
|
|
|
- <GridItem title="积分商城" icon="https://xy.wenlvti.net/app_static/images/mine/IconShop.png" touchable />
|
|
|
+ <GridItem title="乡源等级" icon="https://xy.wenlvti.net/app_static/images/mine/IconLevel.png" touchable @click="toast('暂未开放,敬请期待')" />
|
|
|
+ <GridItem title="我的成就" icon="https://xy.wenlvti.net/app_static/images/mine/IconArchive.png" touchable @click="toast('暂未开放,敬请期待')" />
|
|
|
+ <GridItem title="任务中心" icon="https://xy.wenlvti.net/app_static/images/mine/IconTask.png" touchable @click="toast('暂未开放,敬请期待')" />
|
|
|
+ <GridItem title="积分商城" icon="https://xy.wenlvti.net/app_static/images/mine/IconShop.png" touchable @click="toast('暂未开放,敬请期待')" />
|
|
|
</Grid>
|
|
|
</ProvideVar>
|
|
|
<ProvideVar :vars="{
|
|
|
@@ -47,8 +47,8 @@
|
|
|
<Cell v-if="userInfo" icon="https://xy.wenlvti.net/app_static/images/mine/IconMyArticle.png" title="我的投稿" showArrow touchable @click="navTo('/pages/dig/forms/submits', {
|
|
|
villageVolunteerId: volunteerInfoLoader.content.value?.id || 0
|
|
|
})" />
|
|
|
- <Cell icon="https://xy.wenlvti.net/app_static/images/mine/IconMyRecord.png" title="福泽记录" showArrow touchable @click="requireLogin(() => navTo('/pages/home/bless/my-orders'), '登录后查看我的福泽记录哦')" />
|
|
|
- <Cell icon="https://xy.wenlvti.net/app_static/images/mine/IconMyReward.png" title="兑换记录" showArrow touchable />
|
|
|
+ <Cell icon="https://xy.wenlvti.net/app_static/images/mine/IconMyRecord.png" title="福泽记录" showArrow touchable @click="requireLogin(() => navTo('/pages/home/village/bless/my-orders'), '登录后查看我的福泽记录哦')" />
|
|
|
+ <Cell icon="https://xy.wenlvti.net/app_static/images/mine/IconMyReward.png" title="兑换记录" showArrow touchable @click="toast('暂未开放,敬请期待')" />
|
|
|
<Cell icon="https://xy.wenlvti.net/app_static/images/mine/IconAbout.png" title="关于我们" showArrow touchable @click="navTo('/pages/home/about/about')" />
|
|
|
<button open-type="contact" class="remove-button-style">
|
|
|
<Cell icon="https://xy.wenlvti.net/app_static/images/mine/IconContract.png" title="联系客服" showArrow touchable />
|
|
|
@@ -67,6 +67,7 @@ import { confirm } from '@/components/dialog/CommonRoot';
|
|
|
import { useAuthStore } from '@/store/auth';
|
|
|
import { useRequireLogin } from '@/common/composeabe/RequireLogin';
|
|
|
import { useSimpleDataLoader } from '@/components/composeabe/loader/SimpleDataLoader';
|
|
|
+import { toast } from '@/components/utils/DialogAction';
|
|
|
import CellGroup from '@/components/basic/CellGroup.vue';
|
|
|
import Cell from '@/components/basic/Cell.vue';
|
|
|
import Image from '@/components/basic/Image.vue';
|