Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jgdl
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-07-18 16:15:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e0683f30b4041fa201aa00cec1851453eb61090b
e0683f30
1 parent
fef25072
fix(feedBack): 为输入框添加cursorSpacing属性
fix(feedBackList): 移除空状态中的表情符号图标
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
src/pages/feedBack/index.vue
src/pages/feedBackList/index.vue
src/pages/feedBack/index.vue
View file @
e0683f3
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-07-1
7 12:22:47
* @LastEditTime: 2025-07-1
8 16:14:20
* @FilePath: /jgdl/src/pages/feedBack/index.vue
* @Description: 意见反馈页面
-->
...
...
@@ -80,6 +80,7 @@
<nut-input
v-model="contactInfo"
placeholder="请留下您的手机号或微信号"
:cursorSpacing="100"
/>
</view>
...
...
src/pages/feedBackList/index.vue
View file @
e0683f3
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-07-18 16:
08:29
* @LastEditTime: 2025-07-18 16:
11:04
* @FilePath: /jgdl/src/pages/feedBackList/index.vue
* @Description: 意见反馈列表页面
-->
...
...
@@ -73,7 +73,7 @@
<!-- 空状态 -->
<view class="empty-state" v-if="!loading && feedbackList.length === 0">
<
view class="empty-icon">📝</view
>
<
!-- <view class="empty-icon">📝</view> --
>
<view class="empty-text">暂无反馈记录</view>
<view class="empty-desc">您还没有提交过任何反馈</view>
</view>
...
...
Please
register
or
login
to post a comment