9.16下午更新 包含im
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user