Commit 7bf40bd0 authored by youjie's avatar youjie

no message

parent 1f3ab3dc
...@@ -52,11 +52,7 @@ ...@@ -52,11 +52,7 @@
v-model="rules.ConsultingResults" placeholder="如何知道进阶思维" /> v-model="rules.ConsultingResults" placeholder="如何知道进阶思维" />
</view> </view>
<!-- 日历弹窗 --> <!-- 日历弹窗 -->
<u-popup v-model="show" mode="bottom" length="100%"> <uni-calendar v-show="show" ref="calendar" :insert="false" @confirm="confirm" @close="close" />
<view>
<uni-calendar ref="calendar" :insert="false" @confirm="confirm" @close="close" />
</view>
</u-popup>
</view> </view>
<!-- 学校弹窗 --> <!-- 学校弹窗 -->
<u-popup v-model="show2" mode="right" length="80%"> <u-popup v-model="show2" mode="right" length="80%">
......
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