Commit a5f9e1640eb306ab7bdbaca7f9255e4f8b1a6940

Authored by guzijian
1 parent 6021515d

fix: 修改函数方框

garbage-removal/src/pages/order/detail/index.vue
... ... @@ -312,9 +312,9 @@ const handleSubmitSuccess = (orderId) => {
312 312 }
313 313 });
314 314 }
315   -const handleEvaluate = (orderId, userType) => [
  315 +const handleEvaluate = (orderId, userType) => {
316 316 uni.$u.route(`pages/order/evaluate/index?orderId=${orderId}&userType=${userType}`)
317   -]
  317 +}
318 318  
319 319 // 接收派单
320 320 const handleOrder = (orderId) => {
... ... @@ -331,8 +331,6 @@ const handleOrder = (orderId) => {
331 331 handleOrderDetail(orderId)
332 332 }
333 333 }
334   -
335   -
336 334 })
337 335 }
338 336  
... ... @@ -368,7 +366,6 @@ $custom-border-radio: 20rpx;
368 366 $custom-bottom-height: 200rpx;
369 367  
370 368 @mixin card {
371   -
372 369 padding: $custom-page-padding;
373 370 box-sizing: border-box;
374 371 background-color: #ffffff;
... ...