Commit a537ce2e by liang ce

修改重复

parent 47b81bed
......@@ -2,7 +2,6 @@
"pages": [
"pages/index/index",
"pages/createOrEditSchedule/createOrEditSchedule",
"pages/createOrEditSchedule/createOrEditSchedule",
"pages/uploadFile/uploadFile",
"pages/meetingRoomList/meetingRoomList",
"pages/uploadFile/uploadFile",
......
import create from 'dd-store'
import exampleStore from '/stores/exampleStore'
import { deleteSchedule, modifySchedule, addSchedule, getUserScheduleInTime, getHomeUserSchedule, getScheduleDetail } from '../../api/request.js'
import { stringify } from 'querystring';
import { resolve } from 'url';
import { isClicked } from './../../utils/utils.js'
create.Page({
store: exampleStore,
useAll: true,
......@@ -38,7 +37,8 @@ create.Page({
{ id: 3, text: '继续编辑' },
],
needNotice: '',
isShowPopupWindowList: false
isShowPopupWindowList: false,
isClicked: false
},
onLoad(event) {
let index = new Date().getDay()
......@@ -657,6 +657,7 @@ create.Page({
},
// 展示弹窗
showModel() {
isClicked(this)
if (!!this.data.scheduleItem) {
this.setData({
isShowPopupWindowList: true
......
......@@ -37,7 +37,7 @@ page {
margin-right: 34rpx;
display: flex;
flex-direction: column;
justify-content: center;
justify-content: flex-start;
align-items: center;
}
......
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