浏览代码

待评分

wuhb 4 月之前
父节点
当前提交
c6de3006cd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {