群公告的群内提醒,链接跳转

This commit is contained in:
2022-02-23 16:29:06 +08:00
parent a5bd5a898c
commit 20317cc1df
4 changed files with 29 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
<template>
<view class="create">
<view class="create-title">公告内容</view>
<block v-if="type !== 'cheack'">
<block v-if="type !== 'check'">
<u--textarea v-model="content" count height="240" maxlength="240" placeholder="请输入公告内容" />
<u-button type="primary" text="发布" :disabled="disabled" @click="onCreate" color="#34CE98" />
</block>
<block v-if="type === 'cheack'">
<block v-if="type === 'check'">
<view class="content-a"> {{content}} </view>
</block>
</view>