wuhb 4 mesi fa
parent
commit
c6de3006cd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {