wuhb hace 4 meses
padre
commit
c6de3006cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/index/index.uvue

+ 1 - 1
pages/index/index.uvue

@@ -249,7 +249,7 @@
 	            scoringStatus: 'to_self,to_re,to_confirm,to_final'
 	        }
 
-	        const result = await listMobileOrderScores(params)
+	        const result = await listMyRate(params)
 	        const resultObj = result as UTSJSONObject
 
 	        if (resultObj['code'] == 200) {