|
|
@@ -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;
|