rolkey
rolkey
  • 发布:2020-12-13 16:37
  • 更新:2020-12-13 16:37
  • 阅读:446

使用onLoad进行时间修改,时间未更新

分类:uni-app

使用onLoad进行时间修改,时间未更新

        data() {  
            return {  
                statusBarHeight: statusBarHeight, //系统导航条高度  
                wdata: JSON.parse(JSON.stringify(workData)),  
                startTime: "2020-01-01 15:00:00",  
                enTime: "2020-01-01 15:40:00"  
            };  
        },  
        onLoad(options) {  
            this.wdata = eval('(' + options.data + ')')  
            this.startTime = this.workData.cruuent_date + " " + this.workData.cruuent_time  
            this.enTime = this.workData.cruuent_date + " " + this.workData.act_time  
            // this.getActivityDetails();  
        },
2020-12-13 16:37 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复