Commit b98b100a authored by zhengke's avatar zhengke

Merge branch 'master' of http://gitlab.oytour.com/viitto/mallapp

parents 46427d51 b7ebc05d
......@@ -54,7 +54,7 @@
<!-- 日历弹窗 -->
<u-popup v-model="show" mode="bottom" length="100%">
<view>
<uni-calendar ref="calendar" :insert="false" @confirm="confirm" />
<uni-calendar ref="calendar" :insert="false" @confirm="confirm" @close="close" />
</view>
</u-popup>
</view>
......@@ -266,6 +266,10 @@
this.show = true
this.$refs.calendar.open();
},
close() {
this.show = false
console.log('弹窗关闭');
},
// 学校
school() {
testCmd = "/api/WeChatPublic/GetStuSchoolClass";
......
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