Commit ddbf465d authored by zhengke's avatar zhengke

修改

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