9.16下午更新 包含im

This commit is contained in:
zoujiandong
2025-09-16 16:19:29 +08:00
parent 215b3298d0
commit b884a8f6fc
127 changed files with 59972 additions and 182 deletions
+3 -9
View File
@@ -1,15 +1,9 @@
<template>
<view class="feedback-container">
<!-- 状态栏占位 -->
<view class="status-bar"></view>
<!-- 顶部导航栏 -->
<view class="nav-bar">
<view class="nav-left" @click="goBack">
<text class="back-arrow"></text>
</view>
<text class="nav-title">意见反馈</text>
</view>
<navBar title="意见反馈"></navBar>
<!-- 反馈输入区域 -->
<view class="feedback-input-container">
@@ -41,7 +35,7 @@
import { ref } from 'vue';
import api from '@/api/api';
const feedbackText = ref('');
import navBar from "@/components/navBar/navBar.vue"
// 返回上一页
const goBack = () => {
uni.navigateBack();