|
@@ -25,17 +25,17 @@
|
|
|
</Touchable>
|
|
</Touchable>
|
|
|
<Height :height="50" />
|
|
<Height :height="50" />
|
|
|
<CellGroup round>
|
|
<CellGroup round>
|
|
|
- <Cell v-if="userInfo" icon="/static/images/user/icon-edit.png" title="我的投稿" showArrow touchable @click="navTo('/pages/dig/forms/submits', {
|
|
|
|
|
|
|
+ <Cell v-if="userInfo" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/user/icon-edit.png" title="我的投稿" showArrow touchable @click="navTo('/pages/dig/forms/submits', {
|
|
|
villageVolunteerId: volunteerInfoLoader.content.value?.id || 0
|
|
villageVolunteerId: volunteerInfoLoader.content.value?.id || 0
|
|
|
})" />
|
|
})" />
|
|
|
- <Cell v-if="userInfo" icon="/static/images/user/icon-profile.png" title="编辑资料" showArrow touchable @click="goUserProfile" />
|
|
|
|
|
|
|
+ <Cell v-if="userInfo" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/user/icon-profile.png" title="编辑资料" showArrow touchable @click="goUserProfile" />
|
|
|
<Cell v-if="userInfo && !isBindWx" icon="wechat" title="绑定微信" showArrow touchable @click="navTo('/pages/dig/sharereg/bind-wx')" />
|
|
<Cell v-if="userInfo && !isBindWx" icon="wechat" title="绑定微信" showArrow touchable @click="navTo('/pages/dig/sharereg/bind-wx')" />
|
|
|
- <Cell icon="/static/images/user/icon-function.png" title="关于我们" showArrow touchable @click="navTo('/pages/home/about/about')" />
|
|
|
|
|
|
|
+ <Cell icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/user/icon-function.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/user/icon-service.png" title="联系客服" showArrow touchable />
|
|
|
|
|
|
|
+ <Cell icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/user/icon-service.png" title="联系客服" showArrow touchable />
|
|
|
</button>
|
|
</button>
|
|
|
- <Cell icon="/static/images/user/icon-chat.png" title="商务合作" showArrow touchable @click="navTo('/pages/home/about/contract')" />
|
|
|
|
|
- <Cell v-if="userInfo" icon="/static/images/user/icon-quit.png" title="退出登录" showArrow touchable @click="doLogout" />
|
|
|
|
|
|
|
+ <Cell icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/user/icon-chat.png" title="商务合作" showArrow touchable @click="navTo('/pages/home/about/contract')" />
|
|
|
|
|
+ <Cell v-if="userInfo" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/user/icon-quit.png" title="退出登录" showArrow touchable @click="doLogout" />
|
|
|
</CellGroup>
|
|
</CellGroup>
|
|
|
<DebugButton />
|
|
<DebugButton />
|
|
|
</FlexCol>
|
|
</FlexCol>
|
|
@@ -47,7 +47,7 @@ import { navTo } from '@/components/utils/PageAction';
|
|
|
import { confirm } from '@/components/dialog/CommonRoot';
|
|
import { confirm } from '@/components/dialog/CommonRoot';
|
|
|
import { useAuthStore } from '@/store/auth';
|
|
import { useAuthStore } from '@/store/auth';
|
|
|
import { useSimpleDataLoader } from '@/common/composeabe/SimpleDataLoader';
|
|
import { useSimpleDataLoader } from '@/common/composeabe/SimpleDataLoader';
|
|
|
-import UserHead from '@/static/images/user/avatar.png';
|
|
|
|
|
|
|
+import UserHead from '@https://mncdn.wenlvti.net/app_static/xiangyuan/images/user/avatar.png';
|
|
|
import CellGroup from '@/components/basic/CellGroup.vue';
|
|
import CellGroup from '@/components/basic/CellGroup.vue';
|
|
|
import Cell from '@/components/basic/Cell.vue';
|
|
import Cell from '@/components/basic/Cell.vue';
|
|
|
import Image from '@/components/basic/Image.vue';
|
|
import Image from '@/components/basic/Image.vue';
|