Commit 945420a5 authored by 18224442217's avatar 18224442217

no message

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