|
@@ -10,6 +10,7 @@ import { pick } from 'radash'
|
|
|
import { requestToast } from '../../../../core/utils/common'
|
|
|
import BottomAppBar from '@/components/bottom-app-bar.vue'
|
|
|
import { useMessage } from 'wot-design-uni'
|
|
|
+import { NetImages } from '@/core/libs/net-images'
|
|
|
|
|
|
const { alert } = useMessage()
|
|
|
const userStore = useUserStore()
|
|
@@ -32,8 +33,6 @@ onMounted(async () => {
|
|
|
</script>
|
|
|
<template>
|
|
|
<div class="flex-grow flex flex-col gap-5 px-3.5 py-6 bg-white">
|
|
|
- <SectionHeading title="如何关联视频号?" size="sm"></SectionHeading>
|
|
|
- <img class="w-[347px] h-[186px] rounded-2xl" src="https://via.placeholder.com/347x186" />
|
|
|
<SectionHeading title="视频号ID" size="sm"></SectionHeading>
|
|
|
<div class="bg-[#f6f6f6] rounded-lg px-3.5 py-2.5">
|
|
|
<wd-input
|
|
@@ -43,6 +42,8 @@ onMounted(async () => {
|
|
|
custom-class="bg-[#f6f6f6]!"
|
|
|
></wd-input>
|
|
|
</div>
|
|
|
+ <SectionHeading title="如何关联视频号?" size="sm"></SectionHeading>
|
|
|
+ <wd-img class="rounded-2xl" width="100%" mode="widthFix" :src="NetImages.WechatChannelsGuide" />
|
|
|
<BottomAppBar fixed :border="false">
|
|
|
<div>
|
|
|
<div class="text-center mb-5.5">
|