|
@@ -45,18 +45,24 @@
|
|
|
:padding="[40,20]"
|
|
:padding="[40,20]"
|
|
|
direction="row"
|
|
direction="row"
|
|
|
>
|
|
>
|
|
|
- <FlexRow :flex="1" :gap="10" center>
|
|
|
|
|
- <Text>我的乡源果: </Text>
|
|
|
|
|
- <Text fontConfig="lightGoldTitle">{{ userInfo?.fruit || 0 }}</Text>
|
|
|
|
|
- <FrameButton size="small" text="充值" @click="navTo('/pages/home/village/bless/recharge')" />
|
|
|
|
|
- </FlexRow>
|
|
|
|
|
- <FlexRow :flex="1" :gap="10" center>
|
|
|
|
|
- <Touchable direction="row" align="center" :gap="10" @click="navTo('/pages/dig/about/point')">
|
|
|
|
|
- <Text>文化积分:</Text>
|
|
|
|
|
- <Icon icon="help-filling" color="primary" :size="40" />
|
|
|
|
|
- </Touchable>
|
|
|
|
|
- <Text fontConfig="lightGoldTitle">{{ volunteerInfoLoader.content.value?.points || 0 }}</Text>
|
|
|
|
|
- </FlexRow>
|
|
|
|
|
|
|
+ <FlexCol :flex="1" center>
|
|
|
|
|
+ <FlexRow :gap="10" center>
|
|
|
|
|
+ <Image src="https://xy.wenlvti.net/app_static/images/village/IconFruit.png" width="30rpx" height="30rpx" mode="aspectFill" />
|
|
|
|
|
+ <Text fontConfig="lightGoldTitle">{{ userInfo?.fruit || 0 }}</Text>
|
|
|
|
|
+ <Width :size="12" />
|
|
|
|
|
+ <FrameButton size="small" text="充值" @click="navTo('/pages/home/village/bless/recharge')" />
|
|
|
|
|
+ </FlexRow>
|
|
|
|
|
+ <Text fontConfig="subText">我的乡源果</Text>
|
|
|
|
|
+ </FlexCol>
|
|
|
|
|
+ <FlexCol :flex="1" center>
|
|
|
|
|
+ <FlexRow :gap="10" center>
|
|
|
|
|
+ <Touchable direction="row" align="center" :gap="10" @click="navTo('/pages/dig/about/point')">
|
|
|
|
|
+ <Icon icon="help-filling" color="primary" :size="40" />
|
|
|
|
|
+ </Touchable>
|
|
|
|
|
+ <Text fontConfig="lightGoldTitle">{{ volunteerInfoLoader.content.value?.points || 0 }}</Text>
|
|
|
|
|
+ </FlexRow>
|
|
|
|
|
+ <Text fontConfig="subText">文化积分</Text>
|
|
|
|
|
+ </FlexCol>
|
|
|
</BoxMid>
|
|
</BoxMid>
|
|
|
|
|
|
|
|
<ProvideVar :vars="{
|
|
<ProvideVar :vars="{
|
|
@@ -107,6 +113,7 @@ import Grid from '@/components/layout/grid/Grid.vue';
|
|
|
import GridItem from '@/components/layout/grid/GridItem.vue';
|
|
import GridItem from '@/components/layout/grid/GridItem.vue';
|
|
|
import BoxMid from '@/common/components/box/BoxMid.vue';
|
|
import BoxMid from '@/common/components/box/BoxMid.vue';
|
|
|
import FrameButton from '@/common/components/FrameButton.vue';
|
|
import FrameButton from '@/common/components/FrameButton.vue';
|
|
|
|
|
+import Width from '@/components/layout/space/Width.vue';
|
|
|
|
|
|
|
|
const UserHead = 'https://mncdn.wenlvti.net/app_static/xiangyuan/images/user/avatar.png';
|
|
const UserHead = 'https://mncdn.wenlvti.net/app_static/xiangyuan/images/user/avatar.png';
|
|
|
|
|
|