This commit is contained in:
jiangnan 2022-07-15 16:17:54 +08:00
parent 7c409b00f6
commit 70abe49fc9
1 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,8 @@
<template>
<view class="page">
<view class="return" @click="back">
<image src="../../static/orderLeftArrow.png" mode="scaleToFill"></image>
</view>
<view class="pageImg">
<img class='img' src="../../static/RewardWork/fightVirus.png" alt="">
</view>
@ -57,13 +60,25 @@
}
},
methods:{
back() {
uni.navigateBack()
}
}
}
</script>
<style lang="scss" scoped>
.page{
.return {
position: fixed;
left: 24rpx;
top: 110rpx;
image {
width: 48rpx;
height: 48rpx;
}
}
.pageImg{
height: 440rpx;
.img{