Sfoglia il codice sorgente

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-app

gjy 3 anni fa
parent
commit
67d431f889
2 ha cambiato i file con 33 aggiunte e 0 eliminazioni
  1. 11 0
      pages.json
  2. 22 0
      pages/task/my_task.vue

+ 11 - 0
pages.json

@@ -232,6 +232,7 @@
                 "enablePullDownRefresh": true
             }
         },
+		
 		{
 		    "path" : "pages/user/qr",
 		    "style" :                                                                                    
@@ -332,6 +333,16 @@
             }
             
         }
+        ,{
+            "path" : "pages/task/my_task",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "我的任务",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+		
     ],
 	"subpackages": [
 			{

+ 22 - 0
pages/task/my_task.vue

@@ -0,0 +1,22 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>