Commit ddbf465d authored by zhengke's avatar zhengke

修改

parent cf364b3b
<template> <template>
<view class="balanceStyle" :style="{'height':contentHeight}" > <view class="balanceStyle" :style="{'height':contentHeight}" >
<view class="balance_top" > <view class="balance_top" :style='{"background-image":"url("+imgUrl+")"}'>
<Text style='margin-top:50rpx ;color: #fff;;font-size: 24rpx;'>账户余额(元)</Text> <Text style='margin-top:50rpx ;color: #fff;;font-size: 24rpx;'>账户余额(元)</Text>
<Text style='margin-top:50rpx ;color: #fff;;font-size: 36px;'>{{balance}}</Text> <Text style='margin-top:50rpx ;color: #fff;;font-size: 36px;'>{{balance}}</Text>
<view class="recharge" @click="goUrl()" v-if="IsShowRecharge == 1"> <view class="recharge" @click="goUrl()" v-if="IsShowRecharge == 1">
...@@ -86,6 +86,7 @@ ...@@ -86,6 +86,7 @@
nomore: "没有更多了", nomore: "没有更多了",
}, },
IsShowRecharge:0, IsShowRecharge:0,
imgUrl:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/privilegebg.jpeg'
} }
}, },
components:{ components:{
...@@ -251,7 +252,6 @@ ...@@ -251,7 +252,6 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
position: relative; position: relative;
background-image: url(../../static/images/icon/privilegebg.jpeg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 215px; background-size: 100% 215px;
} }
......
<template> <template>
<view class="privilegeStyle" :style="{'height':contentHeight}"> <view class="privilegeStyle" :style="{'height':contentHeight}">
<view class="privilege_t"> <view class="privilege_t">
<image src="../../static/images/icon/privilegebg.jpeg" mode='aspectFit' style="width: 100%;height: 250px;" ></image> <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/privilegebg.jpeg" mode='aspectFit' style="width: 100%;height: 250px;" ></image>
</view> </view>
</view> </view>
</template> </template>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<template> <template>
<view class="cashStyle" :style="{'height':contentHeight}"> <view class="cashStyle" :style="{'height':contentHeight}">
<view class="cashBox"> <view class="cashBox">
<view class="cashBox_top"> <view class="cashBox_top" :style='{"background-image":"url("+imgUrl+")"}'>
<text style="font-size: 12px;">账户剩余余额</text> <text style="font-size: 12px;">账户剩余余额</text>
<view style="display: flex;flex-direction: row;align-items: flex-end;"> <view style="display: flex;flex-direction: row;align-items: flex-end;">
<text style="font-size: 30px;">{{cash.Commission}}</text> <text style="font-size: 30px;">{{cash.Commission}}</text>
...@@ -161,6 +161,7 @@ ...@@ -161,6 +161,7 @@
}, },
prohibit:false, prohibit:false,
imgUrl:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
} }
}, },
onLoad(option){ onLoad(option){
...@@ -352,7 +353,6 @@ ...@@ -352,7 +353,6 @@
height: 130px; height: 130px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-image: url(../../static/images/shareTop.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
padding:20px; padding:20px;
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
background-image: url(../../static/images/shareTop.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
...@@ -277,7 +276,7 @@ ...@@ -277,7 +276,7 @@
<view class="cdetailStyle" :style="{'height':contentHeight}"> <view class="cdetailStyle" :style="{'height':contentHeight}">
<view style="width:100%;height:100%"> <view style="width:100%;height:100%">
<view class="sh_head"> <view class="sh_head">
<view class="sharebox_top"> <view class="sharebox_top" :style='{"background-image":"url("+imgUrl+")"}'>
<view class="sharebox_top_nav" :style="{paddingTop:nav+'px'}"> <view class="sharebox_top_nav" :style="{paddingTop:nav+'px'}">
<view class="arrow" @click="redirectPrev"> <view class="arrow" @click="redirectPrev">
<u-icon name="arrow-left" size="48" color="#fff"></u-icon> <u-icon name="arrow-left" size="48" color="#fff"></u-icon>
...@@ -550,7 +549,7 @@ ...@@ -550,7 +549,7 @@
scrollHeight: 0, scrollHeight: 0,
ISpopup:false, ISpopup:false,
RelationList:[], RelationList:[],
imgUrl:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
} }
}, },
mounted() { mounted() {
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
> >
<scroll-view :scroll-y="true" :enable-back-to-top="true" :enable-flex="true" @scrolltolower="lower" :style="{ height: '100%' }"> <scroll-view :scroll-y="true" :enable-back-to-top="true" :enable-flex="true" @scrolltolower="lower" :style="{ height: '100%' }">
<view class="recordList"> <view class="recordList">
<view class="r_list_item" v-for="(x, i) in g" :key="i"> <view class="r_list_item" :style='{"background-image":"url("+imgUrl+")"}' v-for="(x, i) in g" :key="i">
<view class="list_top"> <view class="list_top">
<text>支付金额:{{x.Money}}</text> <text>支付金额:{{x.Money}}</text>
<text>支付时间:{{x.PayTimeStr}}</text> <text>支付时间:{{x.PayTimeStr}}</text>
...@@ -65,7 +65,8 @@ export default { ...@@ -65,7 +65,8 @@ export default {
loadmore: '轻轻上拉,加载更多', loadmore: '轻轻上拉,加载更多',
loading: '努力加载中', loading: '努力加载中',
nomore: '没有更多了' nomore: '没有更多了'
} },
imgUrl:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
}; };
}, },
created() { created() {
...@@ -139,7 +140,6 @@ export default { ...@@ -139,7 +140,6 @@ export default {
width: 94%; width: 94%;
height: auto; height: auto;
border-radius: 6px; border-radius: 6px;
background-image: url(../../../static/images/shareTop.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
display: flex; display: flex;
......
<template> <template>
<view class="cashStyle" :style="{'height':contentHeight}"> <view class="cashStyle" :style="{'height':contentHeight}">
<view class="cashBox"> <view class="cashBox">
<view class="cashBox_top"> <view class="cashBox_top" :style='{"background-image":"url("+imgUrl+")"}'>
<text style="font-size: 12px;">账户剩余余额</text> <text style="font-size: 12px;">账户剩余余额</text>
<view style="display: flex;flex-direction: row;align-items: flex-end;"> <view style="display: flex;flex-direction: row;align-items: flex-end;">
<text style="font-size: 30px;">{{cash.CommissionWithdrawal}}</text> <text style="font-size: 30px;">{{cash.CommissionWithdrawal}}</text>
...@@ -155,6 +155,7 @@ ...@@ -155,6 +155,7 @@
}, },
prohibit:false, prohibit:false,
imgUrl:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
} }
}, },
onLoad(option){ onLoad(option){
...@@ -347,7 +348,6 @@ ...@@ -347,7 +348,6 @@
height: 130px; height: 130px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-image: url(../../../static/images/shareTop.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
padding:20px; padding:20px;
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</view> --> </view> -->
</view> </view>
<view style="width: 100%;height: 100%;" v-if="sharestatus.Status==3"> <view style="width: 100%;height: 100%;" v-if="sharestatus.Status==3">
<view class="sharebox_top" > <view class="sharebox_top" :style='{"background-image":"url("+imgUrl+")"}'>
<view class="sharebox_top_nav" :style="{paddingTop:nav+'px'}"> <view class="sharebox_top_nav" :style="{paddingTop:nav+'px'}">
<view class="arrow" @click="redirectPrev"> <view class="arrow" @click="redirectPrev">
<u-icon name="arrow-left" size="48" color="#fff"></u-icon> <u-icon name="arrow-left" size="48" color="#fff"></u-icon>
...@@ -254,6 +254,7 @@ ...@@ -254,6 +254,7 @@
words:{}, words:{},
UserPageType:{},//校园的数据 UserPageType:{},//校园的数据
IsEducation:0, IsEducation:0,
imgUrl:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
} }
}, },
created(){ created(){
...@@ -432,7 +433,6 @@ ...@@ -432,7 +433,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
background-image: url(../../../static/images/shareTop.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/no-level-bg.png" v-if="level.Status==2 " style="width: 100%;height: 100%;"></image> <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/no-level-bg.png" v-if="level.Status==2 " style="width: 100%;height: 100%;"></image>
<view class="imgbg" v-if="level.Status== 1"> <view class="imgbg" v-if="level.Status== 1">
<view class="leve_box"> <view class="leve_box" :style='{"background-image":"url("+imgUrl+")"}'>
<view style="display: flex;flex-direction: row;align-items: center"> <view style="display: flex;flex-direction: row;align-items: center">
<text style="font-size: 18px;">{{level.GradeInfo.GradeName}}</text> <text style="font-size: 18px;">{{level.GradeInfo.GradeName}}</text>
<view style="padding: 0 10px;background: rgba(55, 55, 55, 0.1);margin-left: 15px;height: 20px;border-radius: 10px;font-size: 11px;line-height: 20px;"> <view style="padding: 0 10px;background: rgba(55, 55, 55, 0.1);margin-left: 15px;height: 20px;border-radius: 10px;font-size: 11px;line-height: 20px;">
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
secondary:'', secondary:'',
level:'', level:'',
level_bg2:'', level_bg2:'',
imgUrl:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
} }
}, },
created(){ created(){
...@@ -130,7 +131,6 @@ ...@@ -130,7 +131,6 @@
width: 94%; width: 94%;
height: 130px; height: 130px;
border-radius: 6px; border-radius: 6px;
background-image: url(../../../static/images/shareTop.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
display: flex; display: flex;
......
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