wangguoyu 2 місяців тому
батько
коміт
272745cad8
4 змінених файлів з 13 додано та 14 видалено
  1. 7 11
      manifest.json
  2. 1 1
      pages/game/index.vue
  3. 1 1
      pages/my/index.vue
  4. 4 1
      pages/zhuanti/index.vue

+ 7 - 11
manifest.json

@@ -2,8 +2,8 @@
     "name" : "鹅状元",
     "appid" : "__UNI__CB9D85D",
     "description" : "",
-    "versionName" : "1.0.6",
-    "versionCode" : 7,
+    "versionName" : "1.0.4",
+    "versionCode" : 20,
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {
@@ -65,17 +65,13 @@
                 "oauth" : {
                     "weixin" : {
                         "appid" : "wxd6a8954fa7b0f8a0"
-                    }
+                    },
+                    "apple" : {}
                 },
                 "payment" : {
-                    "alipay" : {
-                        "__platform__" : [ "android" ]
-                    },
-                    "weixin" : {
-                        "__platform__" : [ "android" ],
-                        "appid" : "wxd6a8954fa7b0f8a0"
-                    }
-                }
+                    "appleiap" : {}
+                },
+                "maps" : {}
             },
             "splashscreen" : {
                 "androidStyle" : "common",

+ 1 - 1
pages/game/index.vue

@@ -31,7 +31,7 @@
 			</view>
 		</commonDialogVue>
     <!--  导航  -->
-    <CustomTabBar :currentTabNumber="1"></CustomTabBar>
+    <CustomTabBar :currentTabNumber="2"></CustomTabBar>
 	</view>
 </template>
 

+ 1 - 1
pages/my/index.vue

@@ -56,7 +56,7 @@
 				<text>退出登录</text>
 			</view>
 		</view>
-		<CustomTabBar :cardId="cardId" :currentTabNumber="2" :nianji="nianji" :zhangId="zhangId" :tipFlag="tipFlag">
+		<CustomTabBar :cardId="cardId" :currentTabNumber="3" :nianji="nianji" :zhangId="zhangId" :tipFlag="tipFlag">
 		</CustomTabBar>
 		<tip-small-dialog ref="exitDialogRef" @confirm-btn="exitBtn" :content="tipContent"></tip-small-dialog>
 		<tip-big-dialog ref="youkeDialogRef" @confirm-btn="ykConfirm" :imgShow="false"></tip-big-dialog>

+ 4 - 1
pages/zhuanti/index.vue

@@ -1,5 +1,8 @@
 <template>
-
+	<view>
+		<CustomTabBar  :currentTabNumber="1"></CustomTabBar>
+	</view>
+	
 </template>
 
 <script setup>