Showing
1 changed file
with
2 additions
and
2 deletions
| 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> | ... | ... |
-
Please register or login to post a comment