Commit 88a216fa authored by 袁玲利's avatar 袁玲利

消费报告

parent 924a463e
...@@ -1638,7 +1638,7 @@ ...@@ -1638,7 +1638,7 @@
<image :src="ImgUrl+'SchoolReport/costReportIMG4.png'" class="costReportIMG4"></image> <image :src="ImgUrl+'SchoolReport/costReportIMG4.png'" class="costReportIMG4"></image>
<image :src="ImgUrl+'SchoolReport/costReportIMG5.png'" class="costReportIMG5"></image> <image :src="ImgUrl+'SchoolReport/costReportIMG5.png'" class="costReportIMG5"></image>
<view v-if="from == 'wechat'&&weixinOpenFlag==1" class="openBox"> <view v-if="from == 'wechat'&&weixinOpenFlag==1" class="openBox">
<view class="imgWrapper" style="margin: 137rpx auto 0;"> <!-- <view class="imgWrapper" style="margin: 137rpx auto 0;">
<view class="item" v-for="(item,index) in ScsApplicationList1" :key="item.id"> <view class="item" v-for="(item,index) in ScsApplicationList1" :key="item.id">
<image :src="item.icon" class="icon"></image> <image :src="item.icon" class="icon"></image>
<view class="line1">{{item.appname}}</view> <view class="line1">{{item.appname}}</view>
...@@ -1655,6 +1655,30 @@ ...@@ -1655,6 +1655,30 @@
</view> </view>
<view class="openBtnWrapper"> <view class="openBtnWrapper">
<view class="openBtn" @tap="openXzfMenber">开通消费服务,解锁完整服务</view> <view class="openBtn" @tap="openXzfMenber">开通消费服务,解锁完整服务</view>
</view> -->
<image :src="ImgUrl+'user/openDialogHeader_home.png'" class="headerImg"></image>
<view class="imgBlock">
<view class="imgWrapper" v-for="(item) in ScsApplicationList1" :key="item.id">
<view class="item">
<view class="iconBlock"><image :src="item.icon" class="icon"></image></view>
<view class="line1">{{item.appname}}</view>
<view class="line2">{{item.shortdesc}}</view>
</view>
</view>
<view class="imgWrapper" style="margin-bottom:57rpx" v-for="(item2) in ScsApplicationList2" :key="item2.id">
<view class="item">
<view class="iconBlock">
<image :src="item2.icon" class="icon" style="max-width: 64rpx;max-height: 64rpx"></image>
<image :src="ImgUrl+'user/giveFor-icon-home.png'" class="give" v-if="item2.tag == '赠'"></image>
</view>
<view class="line1" style="margin-top: -10rpx">{{item2.appname}}</view>
<view class="line2">{{item2.shortdesc}}</view>
</view>
</view>
</view>
<view class="openBtnWrapper">
<image :src="ImgUrl+'user/giveTip-home.png'" class="giveTip"></image>
<view class="openBtn" @click.stop="open">立即开通</view>
</view> </view>
</view> </view>
<image :src="ImgUrl+'SchoolReport/costReportIMG6.png'" class="costReportIMG6" @tap="openAzMenber" <image :src="ImgUrl+'SchoolReport/costReportIMG6.png'" class="costReportIMG6" @tap="openAzMenber"
...@@ -4835,53 +4859,115 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`, ...@@ -4835,53 +4859,115 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
.headerImg {
width: 750rpx;
height: 220rpx;
// background-color: white;
}
.imgWrapper { .imgBlock {
width: 647rpx; // margin-top: 163rpx;
margin: 18rpx auto 0; background-color: white;
width: calc(100% - 83rpx);
padding: 0 35rpx 0 48rpx;
display: flex; display: flex;
justify-content: space-around; flex-wrap: wrap;
justify-content: space-between;
.item {
width: 150rpx; .imgWrapper {
height: 100%; // margin-top: -24rpx;
text-align: center;
position: relative; .item {
width: 150rpx;
.give { display: flex;
width: 30rpx; flex-direction: column;
height: 30rpx; justify-content: center;
position: absolute; text-align: center;
right: 20rpx; // margin-bottom: 50rpx;
top: 0; position: relative;
}
// .give {
.icon { // width: 30rpx;
width: 96rpx; // height: 30rpx;
height: 96rpx; // position: absolute;
margin: 0 auto; // right: 20rpx;
} // top: 0;
// }
.line1 { .iconBlock{
height: 37rpx; width: 96rpx;
font-family: PingFangSC, PingFang SC; height: 96rpx;
font-weight: 500; margin: 0 auto;
font-size: 26rpx; display: flex;
color: #774200; justify-content: center;
white-space: nowrap; position: relative;
line-height: 37rpx; .give {
} width: 30rpx;
height: 30rpx;
.line2 { position: absolute;
height: 30rpx; top: 0;
font-family: PingFangSC, PingFang SC; right: -4rpx;
font-weight: 300; }
font-size: 22rpx; }
color: rgba(119, 66, 0, 0.6); .icon {
line-height: 30rpx; max-width: 96rpx;
max-height: 96rpx;
align-self: center;
}
.line1 {
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 26rpx;
color: rgba(0,0,0,0.85);
line-height: 37rpx;
white-space: nowrap;
margin-top: 5rpx;
}
.line2 {
font-family: PingFangSC, PingFang SC;
font-weight: 300;
font-size: 22rpx;
color: rgba(0,0,0,0.5);
line-height: 30rpx;
}
} }
} }
} }
.openBtnWrapper {
width: 100%;
background: #ffffff;
position: relative;
// margin-top: 57rpx;
padding-bottom: 97rpx;
.giveTip {
position: absolute;
top: -35rpx;
left: 50%;
right: 0;
width: 598rpx;
margin-left: -302rpx;
height: 58rpx;
}
}
.openBtn {
width: 622rpx;
height: 96rpx;
line-height: 96rpx;
text-align: center;
background: #04B871;
border-radius: 52rpx;
margin: 0 auto;
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 34rpx;
color: #FFFFFF;
}
} }
.openBtnWrapper { .openBtnWrapper {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment