Commit 945420a5 authored by 18224442217's avatar 18224442217

no message

parent 5322c986
...@@ -96,8 +96,8 @@ ...@@ -96,8 +96,8 @@
<text class="fz24">{{item.Name}}</text> <text class="fz24">{{item.Name}}</text>
</view> </view>
</view> --> </view> -->
<view class="MT20"></view> <view class="MT40"></view>
<u-empty v-if="NewDataList.length==0" text="暂无数据" mode="data" padding-top="0"></u-empty> <u-empty v-if="NewDataList.length==0" text="暂无数据" mode="data" padding-top="20"></u-empty>
<scroll-view v-else :scroll-y="true" style="background-color: #f0f4f7;" <scroll-view v-else :scroll-y="true" style="background-color: #f0f4f7;"
:enable-back-to-top="true" :enable-flex="true" :enable-back-to-top="true" :enable-flex="true"
@scrolltolower="lower" :style="{ 'height': `calc(100% - ${scrollHeight})`}"> @scrolltolower="lower" :style="{ 'height': `calc(100% - ${scrollHeight})`}">
...@@ -350,7 +350,7 @@ ...@@ -350,7 +350,7 @@
this.NewDataList = JSON.parse(JSON.stringify(this.dataList)) this.NewDataList = JSON.parse(JSON.stringify(this.dataList))
setTimeout(()=>{ setTimeout(()=>{
uni.hideLoading() uni.hideLoading()
},500) },300)
}else{ }else{
this.StartDateObj = item this.StartDateObj = item
this.msg.StartDate = item.times this.msg.StartDate = item.times
...@@ -359,7 +359,7 @@ ...@@ -359,7 +359,7 @@
}) })
setTimeout(()=>{ setTimeout(()=>{
uni.hideLoading() uni.hideLoading()
},500) },300)
} }
}else{ }else{
...@@ -367,8 +367,8 @@ ...@@ -367,8 +367,8 @@
} }
}, },
chosenDateResult(obj) { chosenDateResult(obj) {
this.msg.startDate = obj.start; this.msg.StartDate = obj.start;
this.msg.endDate = obj.end; this.msg.EndDate = obj.end;
this.showTimePreviwe = false this.showTimePreviwe = false
this.getDateList(obj.day) this.getDateList(obj.day)
}, },
......
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