Commit 01758447 by xiexiaoqin

delele test code

parent c7747f5f
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
overflow: hidden; overflow: hidden;
box-sizing: border-box; box-sizing: border-box;
padding-bottom: 120rpx; padding-bottom: 120rpx;
height: calc(100vh - 120rpx); height: 100vh;
} }
.dynamicList { .dynamicList {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<view class="dynamicDetails"> <view class="dynamicDetails">
<view class="meetingtitle"> <view class="meetingtitle">
<view> <view>
{{item.title}}{{index}} {{item.title}}
</view> </view>
<view> <view>
<text a:if="{{item.traceTime !== traceTime}}" class="iconfont iconicon_top1"></text> <text a:if="{{item.traceTime !== traceTime}}" class="iconfont iconicon_top1"></text>
......
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