@@ -24,7 +24,8 @@ new Vue({
form: {
providersId: 0
},
- show: false
+ show: false,
+ isLoading: false
mounted() {
this.getParams()
@@ -40,6 +41,9 @@ new Vue({
SettlementService.getProvidersAndInfo(this.form, (res) => {
if (res.data) {
this.itemObj = res.data
+ setTimeout(() => {
+ this.isLoading = true
+ }, 500)
}
})
@@ -12,7 +12,7 @@
<input type="hidden" th:value="${coreServer}" id="coreServer">
<input type="hidden" th:value="${agent}" id="userAgent">
-<div id="service-info" v-cloak>
+<div id="service-info" v-if="isLoading" v-cloak>
<div class="title">服务商详情</div>
<div class="contain">
<div class="swipe">