guo 2 anos atrás
pai
commit
23328e3a9f
3 arquivos alterados com 190 adições e 174 exclusões
  1. 3 11
      pages.json
  2. 5 4
      pages/user/historyDetail.vue
  3. 182 159
      pages/user/user.vue

+ 3 - 11
pages.json

@@ -1,15 +1,7 @@
 {
 	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
 		
-		// ,{
-		//     "path" : "pages/user/historySpend",
-		//     "style" :                                                                                    
-		//     {
-		//         "navigationBarTitleText": "历史消费",
-		//         "enablePullDownRefresh": true
-		//     }
-		    
-		// },
+		
 		{
 			"path": "pages/index/index",
 			"style": {
@@ -19,8 +11,8 @@
 		{
 			"path": "pages/user/user",
 			"style": {
-				"navigationStyle": "custom",
-				"enablePullDownRefresh": true
+				"navigationStyle": "custom"
+				
 			}
 		}
 	    ,{

+ 5 - 4
pages/user/historyDetail.vue

@@ -124,10 +124,11 @@
 			}
 		},
 		onLoad(opt) {
-			this.location = uni.getStorageSync("locationCity");
-			this.id = opt.id
-			this.getData()
-			this.type = opt.type;
+			// this.location = uni.getStorageSync("locationCity");
+			// this.id = opt.id
+			
+			// this.getData()
+			// this.type = opt.type;
 
 		},
 		onShow() {

Diferenças do arquivo suprimidas por serem muito extensas
+ 182 - 159
pages/user/user.vue