|
@@ -34,10 +34,10 @@
|
|
|
GridItemPaddingHorizontal: 0,
|
|
GridItemPaddingHorizontal: 0,
|
|
|
}">
|
|
}">
|
|
|
<Grid :borderGrid="false" :mainAxisCount="4">
|
|
<Grid :borderGrid="false" :mainAxisCount="4">
|
|
|
- <GridItem title="乡源等级" icon="/static/images/mine/IconLevel.png" touchable />
|
|
|
|
|
- <GridItem title="我的成就" icon="/static/images/mine/IconArchive.png" touchable />
|
|
|
|
|
- <GridItem title="任务中心" icon="/static/images/mine/IconTask.png" touchable />
|
|
|
|
|
- <GridItem title="积分商城" icon="/static/images/mine/IconShop.png" touchable />
|
|
|
|
|
|
|
+ <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 />
|
|
|
</Grid>
|
|
</Grid>
|
|
|
</ProvideVar>
|
|
</ProvideVar>
|
|
|
<ProvideVar :vars="{
|
|
<ProvideVar :vars="{
|
|
@@ -45,16 +45,16 @@
|
|
|
CellBottomBorder: false,
|
|
CellBottomBorder: false,
|
|
|
}">
|
|
}">
|
|
|
<CellGroup round>
|
|
<CellGroup round>
|
|
|
- <Cell v-if="userInfo" icon="/static/images/mine/IconMyArticle.png" title="我的投稿" showArrow touchable @click="navTo('/pages/dig/forms/submits', {
|
|
|
|
|
|
|
+ <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
|
|
villageVolunteerId: volunteerInfoLoader.content.value?.id || 0
|
|
|
})" />
|
|
})" />
|
|
|
- <Cell icon="/static/images/mine/IconMyRecord.png" title="福泽记录" showArrow touchable />
|
|
|
|
|
- <Cell icon="/static/images/mine/IconMyReward.png" title="兑换记录" showArrow touchable />
|
|
|
|
|
- <Cell icon="/static/images/mine/IconAbout.png" title="关于我们" showArrow touchable @click="navTo('/pages/home/about/about')" />
|
|
|
|
|
|
|
+ <Cell icon="https://xy.wenlvti.net/app_static/images/mine/IconMyRecord.png" title="福泽记录" showArrow touchable />
|
|
|
|
|
+ <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/IconAbout.png" title="关于我们" showArrow touchable @click="navTo('/pages/home/about/about')" />
|
|
|
<button open-type="contact" class="remove-button-style">
|
|
<button open-type="contact" class="remove-button-style">
|
|
|
- <Cell icon="/static/images/mine/IconContract.png" title="联系客服" showArrow touchable />
|
|
|
|
|
|
|
+ <Cell icon="https://xy.wenlvti.net/app_static/images/mine/IconContract.png" title="联系客服" showArrow touchable />
|
|
|
</button>
|
|
</button>
|
|
|
- <Cell v-if="userInfo" icon="/static/images/mine/IconQuit.png" title="退出登录" showArrow touchable @click="doLogout" />
|
|
|
|
|
|
|
+ <Cell v-if="userInfo" icon="https://xy.wenlvti.net/app_static/images/mine/IconQuit.png" title="退出登录" showArrow touchable @click="doLogout" />
|
|
|
</CellGroup>
|
|
</CellGroup>
|
|
|
</ProvideVar>
|
|
</ProvideVar>
|
|
|
<DebugButton />
|
|
<DebugButton />
|