|
@@ -58,7 +58,7 @@
|
|
|
</view>
|
|
|
<view class="content-btn">
|
|
|
<u-button v-if="isView && nowDate == gatherTime" @click="isView = false" class="submitBtn" type="waring" shape="circle">修改</u-button>
|
|
|
- <u-button v-if="!isView && nowDate != gatherTime" @click="submit" :loading="loading" class="submitBtn" type="success" shape="circle">提交</u-button>
|
|
|
+ <u-button v-if="!isView" @click="submit" :loading="loading" class="submitBtn" type="success" shape="circle">提交</u-button>
|
|
|
</view>
|
|
|
<uni-popup ref="openModal" type="center">
|
|
|
<uni-popup-dialog content="确认提交吗?" @confirm="onOk" :title="title"></uni-popup-dialog>
|