|
|
@@ -382,13 +382,6 @@
|
|
|
</view>
|
|
|
</template>
|
|
|
</uni-Popup>
|
|
|
- <!-- 自定义加载动画 -->
|
|
|
- <u-overlay :show="loadingShow" style="background-color: rgba(255, 255, 255, 0.6);">
|
|
|
- <view class="dis f-c a-c j-c " style="height: 100%;">
|
|
|
- <u-loading-icon></u-loading-icon>
|
|
|
- <text style="color: #909399;" class="mt-1">加载中</text>
|
|
|
- </view>
|
|
|
- </u-overlay>
|
|
|
<!-- 交强起保日期 -->
|
|
|
<u-datetime-picker :show="jqstartShow" v-model="jqstartvalue" mode="datetime" :formatter="formatter"
|
|
|
@cancel="jqstartShow = false" @close="jqstartShow = false" :closeOnClickOverlay="true" @confirm="jqstartconfirm"
|
|
|
@@ -398,12 +391,7 @@
|
|
|
@cancel="systartShow = false" @close="systartShow = false" :closeOnClickOverlay="true" @confirm="systartconfirm"
|
|
|
confirmText="确定"></u-datetime-picker>
|
|
|
<!-- 自定义加载动画 -->
|
|
|
- <u-overlay :show="loadingShow" style="background-color: rgba(255, 255, 255, 0.6);">
|
|
|
- <view class="dis f-c a-c j-c " style="height: 100%;">
|
|
|
- <u-loading-icon></u-loading-icon>
|
|
|
- <text style="color: #909399;" class="mt-1">{{ loadingText }}</text>
|
|
|
- </view>
|
|
|
- </u-overlay>
|
|
|
+ <global-loading :show="loadingShow" :text="loadingText"></global-loading>
|
|
|
</view>
|
|
|
</template>
|
|
|
|