This commit is contained in:
3321822538@qq.com 2024-06-18 13:43:37 +08:00
parent e4e988e169
commit db9769f8bb
6 changed files with 28 additions and 32 deletions

View File

@ -107,9 +107,8 @@
width: 25,
height: 30,
iconPath: 'https://api.ccttiot.com/smartmeter/img/static/uZXgsJE6hXbRSwbKILB4',
borderColor:'#fff',
borderRadius:5,
bgColor: 'rgba(255, 255, 255, 0.7)'
bgColor: '#fff'
}
this.covers.push(shopCover);
}
@ -132,9 +131,8 @@
fontWeight: 700,
color: '#8883F0',
textShadow: '2px 2px 0px white, -2px -2px 0px white, 2px -2px 0px white, -2px 2px 0px white',
borderColor:'#fff',
borderRadius:5,
bgColor: 'rgba(255, 255, 255, 0.7)'
bgColor: '#fff'
}
}
this.covers.push(shopCover);
@ -263,9 +261,8 @@
fontWeight: 700,
color: '#8883F0',
textShadow: '2px 2px 0px white, -2px -2px 0px white, 2px -2px 0px white, -2px 2px 0px white',
borderColor:'#fff',
borderRadius:5,
bgColor: 'rgba(255, 255, 255, 0.7)'
bgColor: '#fff'
}
}
this.covers.push(shopCover)
@ -357,10 +354,9 @@
position: fixed;
top: 0;
left: 0;
.dtxs {
width: 100%;
height: 70vh;
height: 100vh;
position: fixed;
top: 0;
left: 0;
@ -378,10 +374,9 @@
height: 40vh;
overflow-y: scroll;
padding-bottom: 400rpx;
.moshi {
position: fixed;
bottom: 38vh;
position: absolute;
bottom: 40vh;
left: 30rpx;
z-index: 99;
width: 100%;

View File

@ -36,6 +36,11 @@
</view>
</view>
</view>
<view class="" v-if="showflag" style="width: 100%;height: 200rpx;margin: auto;margin-top: 170rpx;text-align: center;">
<image style="width: 200rpx;height: 200rpx;"
src="https://api.ccttiot.com/smartmeter/img/static/uZFUpcz0YZZ4f4RjvGg2" mode=""></image>
<view class="" style="font-size: 28rpx;color: #808080;margin-top: 30rpx;">暂无更多充值记录...</view>
</view>
</view>
</view>
</template>
@ -53,7 +58,8 @@
isLoading: false, //
noMoreData: false, //
total: 0,
deviceId:''
deviceId:'',
showflag:false
}
},
onLoad(option) {
@ -65,6 +71,11 @@
this.$u.get('/app/bill/rechargeListByDevice?deviceId='+this.deviceId+ '&pageNum=' + this.pagenum + '&pageSize='+this.pagesize).then((res) => {
if (res.code == 200) {
this.total = res.total
if (this.total > 0) {
this.showflag = false
} else {
this.showflag = true
}
if (res.rows.length > 0) {
//
this.wateringList = this.wateringList.concat(res.rows)
@ -89,12 +100,6 @@
});
}
},
// btndetail(item){
// uni.navigateTo({
// url:'/page_fenbao/statulist/myorder/detailxq/index?billId=' + item.billId
// })
// }
}
}
</script>
@ -108,14 +113,10 @@
}
page {
background: #F4F5F7;
// background: linear-gradient(180deg, #8883F0 0%, rgba(255, 255, 255, 0) 100%);
}
.page {
width: 750rpx;
// position: fixed;
// top: 0;
// left: 0;
.box{
width: 750rpx;
height:100%;

View File

@ -134,7 +134,7 @@
iconPath: 'https://api.ccttiot.com/smartmeter/img/static/uZXgsJE6hXbRSwbKILB4',
borderColor:'#fff',
borderRadius:5,
bgColor: 'rgba(255, 255, 255, 0.7)'
bgColor: '#fff'
};
this.covers.push(shopCover);
}
@ -158,7 +158,7 @@
textShadow: '2px 2px 0px white, -2px -2px 0px white, 2px -2px 0px white, -2px 2px 0px white',
borderColor:'#fff',
borderRadius:5,
bgColor: 'rgba(255, 255, 255, 0.7)'
bgColor: '#fff'
}
}
this.covers.push(shopCover);
@ -316,7 +316,7 @@
textShadow: '2px 2px 0px white, -2px -2px 0px white, 2px -2px 0px white, -2px 2px 0px white',
borderColor:'#fff',
borderRadius:5,
bgColor: 'rgba(255, 255, 255, 0.7)'
bgColor: '#fff'
}
};
this.covers.push(shopCover);

View File

@ -17,7 +17,7 @@
<view class="mid">
<view class="mid_left">
<button
style="border: 0;outline: none;width: 143rpx;padding-left: 0rpx;height: 143rpx;border-radius: 16rpx;"
style="border: 0;outline: none;width: 143rpx;padding-left: 0rpx;height: 143rpx;border-radius: 16rpx;border: 1rpx solid #ccc;"
type="primary reverse" open-type="chooseAvatar" @chooseavatar="btnpic">
<image :src="imglist" mode=""
style="width: 142rpx;height: 142rpx;border-radius: 20rpx;"></image>
@ -1053,7 +1053,7 @@
width: 100%;
justify-content: space-between;
padding-left: 80rpx;
padding-right: 120rpx;
padding-right: 80rpx;
box-sizing: border-box;
.cont {
@ -1082,7 +1082,7 @@
width: 100%;
justify-content: space-between;
padding-left: 80rpx;
padding-right: 120rpx;
padding-right: 80rpx;
box-sizing: border-box;
margin-top: 30rpx;
.cont {

View File

@ -350,7 +350,7 @@
color: '#8883F0',
borderColor:'#fff',
borderRadius:5,
bgColor: 'rgba(255, 255, 255, 0.7)'
bgColor: '#fff'
}
}
this.covers.push(shopCover)
@ -391,7 +391,7 @@
iconPath: 'https://api.ccttiot.com/smartmeter/img/static/uZXgsJE6hXbRSwbKILB4',
borderColor:'#fff',
borderRadius:5,
bgColor: 'rgba(255, 255, 255, 0.7)'
bgColor: '#fff'
};
this.covers.push(shopCover);
}
@ -415,7 +415,7 @@
textShadow: '2px 2px 0px white, -2px -2px 0px white, 2px -2px 0px white, -2px 2px 0px white',
borderColor:'#fff',
borderRadius:5,
bgColor: 'rgba(255, 255, 255, 0.7)'
bgColor: '#fff'
}
}
this.covers.push(shopCover);

View File

@ -181,7 +181,7 @@
this.chartData = this.timelist.map(item => item.recharge);
this.chartday = this.timelist.map(item => item.createDay + '日');
}else{
this.timelists = this.timelist.slice(0, 14)
this.timelists = this.timelist.slice(0,this.dateday)
this.timelists.reverse()
this.totalRecharge = res.totalRecharge
this.chartData = this.timelist.slice(0, this.dateday).map(item => item.recharge)