wangguoyu před 3 měsíci
rodič
revize
73e2b0e835
3 změnil soubory, kde provedl 21 přidání a 12 odebrání
  1. 4 4
      common/styles/global/pages.scss
  2. 14 5
      manifest.json
  3. 3 3
      pages/my/index.vue

+ 4 - 4
common/styles/global/pages.scss

@@ -788,10 +788,10 @@
 		@include ezy-no-repeat-cover;background-image: url("@/static/images/my/hyqy-btn.png");}
 	}
 	// 1数学 2英语
-	.hyqy-box1{background-image: url("@/static/images/my/hyqy-img3.png");}
-	.hyqy-disabled-box1{background-image: url("@/static/images/my/hyqy-img3.png");}
-	.hyqy-box2{background-image: url("@/static/images/my/hyqy-img3.png");}
-	.hyqy-disabled-box2{background-image: url("@/static/images/my/hyqy-img3.png");}
+	.hyqy-box1{background-image: url("@/static/images/my/hyqy-img1.png");}
+	.hyqy-disabled-box1{background-image: url("@/static/images/my/hyqy-img-disabled1.png");}
+	.hyqy-box2{background-image: url("@/static/images/my/hyqy-img2.png");}
+	.hyqy-disabled-box2{background-image: url("@/static/images/my/hyqy-img-disabled2.png");}
 	
 	// list
 	.my-list-box{

+ 14 - 5
manifest.json

@@ -2,8 +2,8 @@
     "name" : "鹅状元",
     "appid" : "__UNI__CB9D85D",
     "description" : "",
-    "versionName" : "1.0.0",
-    "versionCode" : 4,
+    "versionName" : "1.0.1",
+    "versionCode" : 6,
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {
@@ -32,7 +32,9 @@
         },
         /* 模块配置 */
         "modules" : {
-            "VideoPlayer" : {}
+            "VideoPlayer" : {},
+            "OAuth" : {},
+            "Payment" : {}
         },
         /* 应用发布信息 */
         "distribute" : {
@@ -71,11 +73,18 @@
             },
             /* SDK配置 */
             "sdkConfigs" : {
-                "oauth" : {},
+                "oauth" : {
+                    "apple" : {},
+                    "weixin" : {
+                        "appid" : "wxd6a8954fa7b0f8a0",
+                        "UniversalLinks" : ""
+                    }
+                },
                 "payment" : {
                     "alipay" : {
                         "__platform__" : [ "ios", "android" ]
-                    }
+                    },
+                    "appleiap" : {}
                 }
             },
             "splashscreen" : {

+ 3 - 3
pages/my/index.vue

@@ -14,7 +14,7 @@
 		:interval="hyqyData.interval" :duration="hyqyData.duration" indicator-color="#5195d3" indicator-active-color="#83d9ff">
 			<!-- 1.数学 2.英语-->
 			<swiper-item v-for="(item, index) in 2" :key="index" class="hyqy-box" :class="getHyqyClass(index)">
-				<!-- 	<view class="hyqy-btn" @click="hyqyBtn(index)" v-if="getHyqyBtn(index)"></view> -->
+					<view class="hyqy-btn" @click="hyqyBtn(index)" v-if="getHyqyBtn(index)"></view>
 			</swiper-item>
 		</swiper>
 		<view class="my-list-box">
@@ -26,10 +26,10 @@
 				<icon class="list-icon error-icon"></icon>
 				<text>我的错题</text>
 			</view>
-		<!-- 	<view class="list-row" @click="orderClick">
+			<view class="list-row" @click="orderClick">
 				<icon class="list-icon order-icon"></icon>
 				<text>我的订单</text>
-			</view> -->
+			</view>
 			<view class="list-row no-jt" @click="aboutClick">
 				<icon class="list-icon about-icon"></icon>
 				<text>关于我们</text>