Commit a522530c authored by zhengke's avatar zhengke

修改

parent ec0539dc
...@@ -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" :style='{"background-image":"url("+imgUrl+")"}'> <view class="cashBox_top">
<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>
...@@ -160,8 +160,7 @@ ...@@ -160,8 +160,7 @@
BankName:'', BankName:'',
}, },
prohibit:false, prohibit:false
imgUrl:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
} }
}, },
onLoad(option){ onLoad(option){
...@@ -359,7 +358,7 @@ ...@@ -359,7 +358,7 @@
color: #FFFFFF; color: #FFFFFF;
border-radius: 6px; border-radius: 6px;
justify-content: space-between; justify-content: space-between;
background-image: url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png);
} }
.cashStyle .rule{ .cashStyle .rule{
width: 40px; width: 40px;
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
background-image: url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
...@@ -276,7 +277,7 @@ ...@@ -276,7 +277,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" :style='{"background-image":"url("+imgUrl+")"}'> <view class="sharebox_top">
<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>
...@@ -549,7 +550,6 @@ ...@@ -549,7 +550,6 @@
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" :style='{"background-image":"url("+imgUrl+")"}' v-for="(x, i) in g" :key="i"> <view class="r_list_item" 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,8 +65,7 @@ export default { ...@@ -65,8 +65,7 @@ export default {
loadmore: '轻轻上拉,加载更多', loadmore: '轻轻上拉,加载更多',
loading: '努力加载中', loading: '努力加载中',
nomore: '没有更多了' nomore: '没有更多了'
}, }
imgUrl:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
}; };
}, },
created() { created() {
...@@ -150,6 +149,7 @@ export default { ...@@ -150,6 +149,7 @@ export default {
flex-direction: column; flex-direction: column;
padding: 10px; padding: 10px;
color: #FFFFFF; color: #FFFFFF;
background-image: url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png);
} }
.recordlistStyle .loading { .recordlistStyle .loading {
width: 180rpx; width: 180rpx;
......
<template> <template>
<view class="cashStyle" :style="{'height':contentHeight}"> <view class="cashStyle" :style="{'height':contentHeight}">
<view class="cashBox"> <view class="cashBox">
<view class="cashBox_top" :style='{"background-image":"url("+imgUrl+")"}'> <view class="cashBox_top">
<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>
...@@ -154,8 +154,7 @@ ...@@ -154,8 +154,7 @@
BankName:'', BankName:'',
}, },
prohibit:false, prohibit:false
imgUrl:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
} }
}, },
onLoad(option){ onLoad(option){
...@@ -354,7 +353,7 @@ ...@@ -354,7 +353,7 @@
color: #FFFFFF; color: #FFFFFF;
border-radius: 6px; border-radius: 6px;
justify-content: space-between; justify-content: space-between;
background-image: url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png);
} }
.cashStyle .rule{ .cashStyle .rule{
width: 40px; width: 40px;
......
...@@ -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" :style='{"background-image":"url("+imgUrl+")"}'> <view class="sharebox_top">
<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>
...@@ -253,8 +253,7 @@ ...@@ -253,8 +253,7 @@
scrollTop:0, scrollTop:0,
words:{}, words:{},
UserPageType:{},//校园的数据 UserPageType:{},//校园的数据
IsEducation:0, IsEducation:0
imgUrl:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
} }
}, },
created(){ created(){
...@@ -435,6 +434,7 @@ ...@@ -435,6 +434,7 @@
align-items: center; align-items: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
background-image: url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png);
} }
.shareindexStyle .sharebox_top .sharebox_top_nav{ .shareindexStyle .sharebox_top .sharebox_top_nav{
width: 100%; width: 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" :style='{"background-image":"url("+imgUrl+")"}'> <view class="leve_box">
<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;">
...@@ -32,8 +32,7 @@ ...@@ -32,8 +32,7 @@
mainColor:'', mainColor:'',
secondary:'', secondary:'',
level:'', level:'',
level_bg2:'', level_bg2:''
imgUrl:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
} }
}, },
created(){ created(){
...@@ -136,6 +135,7 @@ ...@@ -136,6 +135,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 10px; padding: 10px;
color: #FFFFFF color: #FFFFFF;
background-image: url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png);
} }
</style> </style>
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