diff --git a/images/discussion/top-flag.png b/images/discussion/top-flag.png new file mode 100644 index 0000000..ac9998e Binary files /dev/null and b/images/discussion/top-flag.png differ diff --git a/pages/discussion/components/projectItem/projectItem.wxml b/pages/discussion/components/projectItem/projectItem.wxml index b379b0e..5045bc5 100644 --- a/pages/discussion/components/projectItem/projectItem.wxml +++ b/pages/discussion/components/projectItem/projectItem.wxml @@ -7,7 +7,10 @@ {{projectObj.nickname}} - {{projectObj.stateName}} + + + {{projectObj.stateName}} + {{projectObj.itemContent}} diff --git a/pages/discussion/components/projectItem/projectItem.wxss b/pages/discussion/components/projectItem/projectItem.wxss index 5423f81..9691021 100644 --- a/pages/discussion/components/projectItem/projectItem.wxss +++ b/pages/discussion/components/projectItem/projectItem.wxss @@ -46,7 +46,16 @@ text-align: center; padding: 0 8rpx; } - +.project-item .header .state { + display: flex; + justify-content: center; + align-items: center; +} +.project-item .header .state image{ + width: 65rpx; + height: 30rpx; + margin-right: 20rpx; +} .project-item .content { color: #333; font-size: 36rpx; diff --git a/project.config.json b/project.config.json index 0e8739b..76ed0e0 100644 --- a/project.config.json +++ b/project.config.json @@ -38,23 +38,23 @@ "simulatorType": "wechat", "simulatorPluginLibVersion": {}, "condition": { - "search": { + "plugin": { "current": -1, "list": [] }, - "conversation": { - "current": -1, + "game": { + "currentL": -1, "list": [] }, - "plugin": { + "gamePlugin": { "current": -1, "list": [] }, - "game": { - "currentL": -1, + "search": { + "current": -1, "list": [] }, - "gamePlugin": { + "conversation": { "current": -1, "list": [] }, @@ -65,7 +65,7 @@ "id": 0, "name": "pages/formid/formid", "pathName": "pages/formid/formid", - "query": "gid=1233592630168813569", + "query": "gid=1252832420898570242", "scene": 1011 }, {