Browse Source

imageUrl设置响应URL

zhangdongming 3 years ago
parent
commit
c1e8baaaef
1 changed files with 1 additions and 1 deletions
  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,