Commit 9c0e930c authored by 黄奎's avatar 黄奎

样式修改

parent e5371bf5
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
<!-- <view v-else>{{cx.edudata.show}}</view> --> <!-- <view v-else>{{cx.edudata.show}}</view> -->
<view v-if="cx.show" <view v-if="cx.show"
:class="[cx.edudata.ClassTimeList[0].TypeStr!='固定日期'?'rema':'']"> :class="[cx.edudata.ClassTimeList[0].TypeStr!='固定日期'?'rema':'']">
<view v-for="(item,i) in cx.edudata.ClassTimeList" :key="i"> <view v-for="(item,i) in cx.edudata.ClassTimeList" :key="i" :class="[cx.edudata.ClassTimeList[0].TypeStr=='固定日期'?'rema3':'']">
<text v-if="item.TypeStr=='固定日期'"> <text v-if="item.TypeStr=='固定日期'">
{{item.TypeStr}} :&nbsp {{item.TypeStr}} :&nbsp
</text> </text>
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
</view> </view>
</view> </view>
<!-- 上课次数 --> <!-- 上课次数 -->
<div v-if="cx.edudata.ClassNum&&u.TenantId==27" class="sell"> <div v-if="cx.edudata.ClassNum&&u.TenantId==27" class="sell" style="margin-top: 8rpx;" >
{{cx.edudata.ClassNum}} {{cx.edudata.ClassNum}}
</div> </div>
<div v-if="cx.is_level==1&&u.TenantId!=27"> <div v-if="cx.is_level==1&&u.TenantId!=27">
...@@ -297,14 +297,10 @@ ...@@ -297,14 +297,10 @@
remaining(i) { remaining(i) {
this.$nextTick(function() { this.$nextTick(function() {
i.show = !i.show i.show = !i.show
console.log('llllllllllllllllllllllllll', i.edudata)
}) })
// this.$set(i.edudata, 'age', 88)
}, },
remaining2(i) { remaining2(i) {
i.show = !i.show i.show = !i.show
// this.ind=i
}, },
// 接口 // 接口
initlist(i) { initlist(i) {
...@@ -505,7 +501,6 @@ ...@@ -505,7 +501,6 @@
addList(list); addList(list);
this.g = list this.g = list
// console.log((this.g, '===')) // console.log((this.g, '==='))
this.page_count = res.data.pageCount; this.page_count = res.data.pageCount;
if (this.page_count == 1 || this.page_count == 0) { if (this.page_count == 1 || this.page_count == 0) {
this.isover = true; this.isover = true;
...@@ -539,6 +534,9 @@ ...@@ -539,6 +534,9 @@
</script> </script>
<style> <style>
.rema3{
margin-bottom: 8rpx;
}
.rema { .rema {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
......
This diff is collapsed.
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