|
@@ -1,12 +1,12 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="app-content">
|
|
<view class="app-content">
|
|
|
<!-- 加载状态 -->
|
|
<!-- 加载状态 -->
|
|
|
- <view v-if="loading" class="loading-overlay">
|
|
|
|
|
|
|
+ <!-- <view v-if="loading" class="loading-overlay">
|
|
|
<view class="loading-content">
|
|
<view class="loading-content">
|
|
|
<view class="loading-spinner"></view>
|
|
<view class="loading-spinner"></view>
|
|
|
<text class="loading-text">加载中...</text>
|
|
<text class="loading-text">加载中...</text>
|
|
|
</view>
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
|
|
|
|
|
<form @submit="commitForm">
|
|
<form @submit="commitForm">
|
|
|
<view class="module-com input-line-wrap">
|
|
<view class="module-com input-line-wrap">
|