wangguoyu 3 bulan lalu
induk
melakukan
55e22ec508

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

@@ -789,9 +789,9 @@
 	}
 	// 1数学 2英语
 	.hyqy-box1{background-image: url("@/static/images/my/hyqy-img3.png");}
-	.hyqy-disabled-box1{background-image: url("@/static/images/my/hyqy-img-disabled1.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-img-disabled2.png");}
+	.hyqy-disabled-box2{background-image: url("@/static/images/my/hyqy-img3.png");}
 	
 	// list
 	.my-list-box{

+ 4 - 4
pages/login/index.vue

@@ -24,11 +24,11 @@
 				</view>
 				<view class="login-btn" @click="getYzmBtn" :class="indexData.telStatus"></view>
 			</view>
-		<!-- 	<view class="bottom-btn-box">
-				<view class="apple-btn" v-if="showAppleLogin" @click="appleLoginClick"></view>
-				<view class="wx-btn" @click="wxLoginClick"></view>
+			<view class="bottom-btn-box">
+			<!-- 	<view class="apple-btn" v-if="showAppleLogin" @click="appleLoginClick"></view>
+				<view class="wx-btn" @click="wxLoginClick"></view> -->
 				<view class="yk-btn" @click="ykBtn"></view>
-			</view> -->
+			</view>
 		</view>
 		<agree-content-dialog ref="agreeContentDialogRef" :agreeType="agreeType"></agree-content-dialog>
 		<agree-dialog ref="agreeDialogRef" @confirm-btn="confirmBtn"></agree-dialog>

+ 1 - 1
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">

+ 1 - 1
pages/study/lookShipin.vue

@@ -83,7 +83,7 @@
 				shipinTitle: '',
 				cacheZhangInfo: {},
 				cacheCurrentZhangIndex: '',
-				YouKeContent: '您当前是游客身份,登录后才能浏览内容,现在去登录?'
+				YouKeContent: '您当前的身份是游客,想要体验完整内容需注册成用户!'
 			}
 		},
 		components: {

+ 1 - 1
utils/constant.js

@@ -41,6 +41,6 @@ export const xueke_list = [
 ]
 
 export const MESSAGE_BEFORE_PAY = `当前为非会员模式请先购买!`;
-export const MESSAGE_VISITER_TO_LOGIN = `您当前是游客身份,登录后才能浏览内容,现在去登录?`;
+export const MESSAGE_VISITER_TO_LOGIN = `您当前的身份是游客,想要体验完整内容需注册成用户!`;