Explorar el Código

修复收益错误的问题

JXDS18FUJT hace 2 años
padre
commit
1176c16fee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/home/index.vue

+ 1 - 1
src/views/home/index.vue

@@ -136,7 +136,7 @@ export default defineComponent({
             //总收益
             api.order.studentOrderInfoTotal({
             }).then(res => {
-                todayIncome.value = res.data.data
+                totalIncome.value = res.data.data
             })
 
         })