guo 2 years ago
parent
commit
7b4fd4546a
4 changed files with 24 additions and 11 deletions
  1. 20 10
      pages.json
  2. 4 1
      pages/addjk/activity.vue
  3. BIN
      static/img/bg_jieshu.png
  4. BIN
      static/img/bg_weiqiyong.png

+ 20 - 10
pages.json

@@ -1,6 +1,15 @@
 {
 	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
+		
+		{
+		    "path" : "pages/addjk/activity",
+		    "style" :                                                                                    
+		    {
+		        "navigationStyle": "custom",
+		        "enablePullDownRefresh": true
+		    }
+		    
+		},
 		{
 			"path": "pages/addjk/choice",
 			"style": {
@@ -42,16 +51,17 @@
 			"style": {
 				"navigationBarTitleText": "uni-app"
 			}
-		},
-		{
-		    "path" : "pages/addjk/activity",
-		    "style" :                                                                                    
-            {
-                "navigationStyle": "custom",
-                "enablePullDownRefresh": true
-            }
-		    
 		}
+		// ,
+		// {
+		//     "path" : "pages/addjk/activity",
+		//     "style" :                                                                                    
+  //           {
+  //               "navigationStyle": "custom",
+  //               "enablePullDownRefresh": true
+  //           }
+		    
+		// }
 		
 	],
 	"globalStyle": {

+ 4 - 1
pages/addjk/activity.vue

@@ -30,7 +30,10 @@
 				<image :src="item.Img" mode="" class="itemImg"></image>
 				<view class="timeBox">
 					<image v-if="item.state=='进行中'" src="../../static/img/bg_huangse.png" mode="" class="state"></image>
-					<image v-if="item.state=='未开始'" src="../../static/img/bg_hongse.png" mode="" class="state"></image>
+					<image v-if="item.state=='未开始'" src="../../static/img/bg_hongse.png" mode="" class="state"></image>
+					<image v-if="item.state=='未启用'" src="../../static/img/bg_weiqiyong.png" mode="" class="state"></image>
+					<image v-if="item.state=='已结束'" src="../../static/img/bg_jieshu.png" mode="" class="state"></image>
+					
 					<view class="time" v-if="item.StartTime">{{item.StartTime.slice(0,10)}}-{{item.EndTime.slice(0,10)}}
 					</view>
 				</view>

BIN
static/img/bg_jieshu.png


BIN
static/img/bg_weiqiyong.png