hookehuyr

style: 修改提交评价按钮颜色为橙色

1 <!-- 1 <!--
2 * @Date: 2022-09-19 14:11:06 2 * @Date: 2022-09-19 14:11:06
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-07-29 17:02:07 4 + * @LastEditTime: 2025-07-29 17:05:33
5 * @FilePath: /jgdl/src/pages/myOrders/index.vue 5 * @FilePath: /jgdl/src/pages/myOrders/index.vue
6 * @Description: 订单管理页面 6 * @Description: 订单管理页面
7 --> 7 -->
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
227 227
228 <!-- 提交按钮 --> 228 <!-- 提交按钮 -->
229 <view class="rate-footer" v-if="!isReadOnlyMode"> 229 <view class="rate-footer" v-if="!isReadOnlyMode">
230 - <nut-button type="primary" size="large" @click="submitRate" :loading="submittingRate" block> 230 + <nut-button type="primary" size="large" color="orange" @click="submitRate" :loading="submittingRate" block>
231 提交评价 231 提交评价
232 </nut-button> 232 </nut-button>
233 </view> 233 </view>
......