Commit c704dfa7 authored by youjie's avatar youjie

no message

parent 1f2c6c1e
......@@ -14,6 +14,7 @@
</view>
<view class="JobComponents-center-box" @click="JobDetails">
<view class="JobComponents-center-line"></view>
<view class="JobComponents-bjimg"></view>
<view class="JobComponents-center flex">
<view class="JobComponents-left">
<view class="operation-name">{{jobData.Title}}</view>
......@@ -79,6 +80,15 @@
};
</script>
<style scoped>
.JobComponents-bjimg{
width: 104rpx;
height: 68rpx;
position: absolute;
right: 10rpx;
top: 43rpx;
background: url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1654062513000_439.png')no-repeat;
background-size: 100% 100%;
}
.homework-score-num view:last-child {
font-size: 23rpx;
margin-top: 25rpx;
......
......@@ -14,6 +14,7 @@
</view>
<view class="examComponents-center-box" @click="scoreDetails">
<view class="examComponents-center-line"></view>
<view class="examComponents-bjimg"></view>
<view class="examComponents-center flex">
<view class="examComponents-left">
<view class="operation-name">{{jobData.Title}}</view>
......@@ -89,6 +90,15 @@
};
</script>
<style scoped>
.examComponents-bjimg{
width: 104rpx;
height: 68rpx;
position: absolute;
right: 10rpx;
top: 43rpx;
background: url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1654062518000_33.png')no-repeat;
background-size: 100% 100%;
}
.homework-score-num view:last-child {
font-size: 23rpx;
margin-top: 25rpx;
......
......@@ -83,7 +83,7 @@
},
addComments(){
uni.navigateTo({
url: '/pages/setComments/commentRulesList?show=true'
url: '/pages/setComments/commentRulesList'
})
},
goComment(item){
......
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