XSLu08042 3 hónapja
szülő
commit
0f147d79fb
2 módosított fájl, 17 hozzáadás és 4 törlés
  1. 1 1
      pages/auth/login.vue
  2. 16 3
      pages_course/components/appPopup.vue

+ 1 - 1
pages/auth/login.vue

@@ -41,7 +41,7 @@
 </template>
 
 <script>
-import { loginByMiniApp,getUserInfo,loginByMp } from '@/api/user'
+import { loginByMiniApp,getUserInfo } from '@/api/user'
 export default {
 	data() {
 		return {

+ 16 - 3
pages_course/components/appPopup.vue

@@ -28,7 +28,10 @@
 				<view class="my-integral">我的芳华币:<text>{{goodsInfo.currentPoints || 0}}</text> </view>
 				<view class="x-bc" style="padding: 0 24rpx;">
 					<!-- <view class="appPopup-btn" style="margin-right: 12px;" @click="navTo('/pages_user/user/storeOrder?status=0')">查看芳华币订单</view> -->
-					<view class="appPopup-btn" @click="navTo('/pages_course/appDownload')">打开芳华未来APP兑换礼品</view>
+					<view style="width: 100%;display: flex;flex-direction: column;align-items: center;">
+						<view class="app-tips">兑换提示:请前往芳华未来APP兑换</view>
+						<view class="appPopup-btn" @click="navTo('/pages_course/appDownload')">如何下载芳华未来APP?</view>
+					</view>
 				</view>
 				<!-- <view class="appPopup-tips">放弃芳华币,领取红包></view> -->
 			</view>
@@ -261,11 +264,21 @@
 			border-radius: 6px;
 		}
 	}
-	.my-integral {
-		margin: 32rpx 0;
+	.app-tips {
+		width: 560rpx;
+		margin: 0 32rpx 32rpx 0;
 		font-family: PingFang SC;
 		font-weight: 400;
 		font-size: 28rpx;
+		color: #333;
+		padding: 10rpx;
+		background-color: #fefbea;
+	}
+	.my-integral {
+		margin: 24rpx 0;
+		font-family: PingFang SC;
+		font-weight: bold;
+		font-size: 28rpx;
 		color: #222222;
 		text {
 			color: #FF5C03;