瀏覽代碼

删除我的

zhengkaixin 4 年之前
父節點
當前提交
479dbdf3f5
共有 3 個文件被更改,包括 4 次插入27 次删除
  1. 4 11
      pages.json
  2. 0 0
      pages/my/index.js
  3. 0 16
      pages/my/index.vue

+ 4 - 11
pages.json

@@ -47,15 +47,8 @@
             }
             
         }
-     ,{//我的
-         "path" : "pages/my/index",
-         "style" :                                                                                    
-         {
-             
-         }
-         
-     }
-        ,{//我的钱包
+    
+        ,{//我的账户
             "path" : "pages/wallet/index",
             "style" :                                                                                    
             {
@@ -63,7 +56,7 @@
             }
             
         }
-        ,{//余额提现
+        ,{//账户提现
             "path" : "pages/wallet/out",
             "style" :                                                                                    
             {
@@ -79,7 +72,7 @@
             }
             
         }
-        ,{//余额变动记录
+        ,{//资金变动记录
             "path" : "pages/wallet/list",
             "style" :                                                                                    
             {

+ 0 - 0
pages/my/index.js


+ 0 - 16
pages/my/index.vue

@@ -1,16 +0,0 @@
-<template>
-	<view>
-		<u-navbar   title="我的" :is-back="false" >
-				<view class="slot-wrap"></view>	
-		</u-navbar>
-	</view>
-</template>
-
-<script>
-	import api from './index.js'
-	export default api;
-</script>
-
-<style>
-
-</style>