zhangdongming 3 лет назад
Родитель
Сommit
c1e8baaaef
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Controller/SurveysController.py

+ 1 - 1
Controller/SurveysController.py

@@ -90,7 +90,7 @@ class SurveysView(View):
             data = {
                 'no': result.no,
                 'title': 'Zosi Cloud Storage',
-                'img': '',
+                'imageUrl': 'https://ansjerfilemanager.s3.amazonaws.com/app/images/ansjer-cloud-surveys.png',
                 'userType': result.user_type,
                 'startTime': result.start_time,
                 'endTime': result.end_time,