瀏覽代碼

VIP定制课评价结果

Steven 6 月之前
父節點
當前提交
64a8d34691
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      KulexiuForStudent/KulexiuForStudent/Module/Course/View/VIPCourseCell.m

+ 1 - 1
KulexiuForStudent/KulexiuForStudent/Module/Course/View/VIPCourseCell.m

@@ -95,7 +95,7 @@
         self.courseStatus.text = @"已结束";
         self.courseStatus.text = @"已结束";
         self.courseStatus.textColor = HexRGB(0x999999);
         self.courseStatus.textColor = HexRGB(0x999999);
         // 判断显示评价还是已评价
         // 判断显示评价还是已评价
-        BOOL hasEvaluate = [model.teacherReplied isEqualToString:@"1"] ? YES : NO;
+        BOOL hasEvaluate = [model.studentReplied isEqualToString:@"1"] ? YES : NO;
         if (hasEvaluate == NO) {
         if (hasEvaluate == NO) {
             self.type = ACCOMPANY_DETAIL;
             self.type = ACCOMPANY_DETAIL;
             self.opreationButton.hidden = NO;
             self.opreationButton.hidden = NO;