|
|
@@ -24,7 +24,7 @@
|
|
|
:loader="villageListLoader"
|
|
|
:showEmpty="villageListLoader.content.value?.length == 0"
|
|
|
:emptyView="{
|
|
|
- text: '你还没有认领的村社,可以去认领村社',
|
|
|
+ text: '您点亮的村社正在审核中,审核通过后您可以查看和管理',
|
|
|
button: false,
|
|
|
}"
|
|
|
>
|
|
|
@@ -81,7 +81,12 @@
|
|
|
<FlexCol :padding="[40,20]" :gap="10" center>
|
|
|
<Image src="https://mn.wenlvti.net/app_static/xiangyuan/images/home/UnOpenIcon.png" width="300" mode="widthFix" />
|
|
|
<Text textAlign="center">你挖掘的史料未经过专家审核,无法展示</Text>
|
|
|
- <Button size="large" type="primary" @click="showOnlinePreviewDialog = false">去开通专家审核</Button>
|
|
|
+ <Height :size="20" />
|
|
|
+ <Button size="large" type="primary" @click="showOnlinePreviewDialog = false">
|
|
|
+ <WxButton openType="contact">
|
|
|
+ 联系客服开通专家审核
|
|
|
+ </WxButton>
|
|
|
+ </Button>
|
|
|
</FlexCol>
|
|
|
</Dialog>
|
|
|
</FlexCol>
|
|
|
@@ -109,6 +114,7 @@ import ButtonGroup from '@/components/basic/ButtonGroup.vue';
|
|
|
import BubbleBox from '@/components/feedback/BubbleBox.vue';
|
|
|
import Result from '@/components/feedback/Result.vue';
|
|
|
import Dialog from '@/components/dialog/Dialog.vue';
|
|
|
+import WxButton from '@/components/basic/WxButton.vue';
|
|
|
|
|
|
const showOnlinePreviewDialog = ref(false);
|
|
|
const authStore = useAuthStore();
|