修改举报内容、我的-头像判断、转发按钮二维码调整、选择身份样式的影响、编辑页面的跳转

This commit is contained in:
A1300399510
2023-07-31 14:09:20 +08:00
parent b336d86af1
commit 6b0baef36c
5 changed files with 25 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ import { ElMessage } from 'element-plus'
let show = ref(false)
let text = ref("")
let reasonList = ref(['广告', '辱骂', '重复发送', '不良信息', '其他'])
let reasonList = ref(['广告、恶意灌水', '欺诈、色情、违规内容', '信息过时、不实信息、侵权', '功能异常、产品建议', '其他'])
let checkList = ref([])
const { proxy } = getCurrentInstance()