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-29 17:06:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ffeef698bdd275d2ba0a8312d802eb20974f8a09
ffeef698
1 parent
6c2e3846
style: 修改提交评价按钮颜色为橙色
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/myOrders/index.vue
src/pages/myOrders/index.vue
View file @
ffeef69
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-07-29 17:0
2:07
* @LastEditTime: 2025-07-29 17:0
5:33
* @FilePath: /jgdl/src/pages/myOrders/index.vue
* @Description: 订单管理页面
-->
...
...
@@ -227,7 +227,7 @@
<!-- 提交按钮 -->
<view class="rate-footer" v-if="!isReadOnlyMode">
<nut-button type="primary" size="large" @click="submitRate" :loading="submittingRate" block>
<nut-button type="primary" size="large"
color="orange"
@click="submitRate" :loading="submittingRate" block>
提交评价
</nut-button>
</view>
...
...
Please
register
or
login
to post a comment