Commit b13e5e57 authored by xd's avatar xd

Merge branch 'master' of http://114.67.93.201/xulili/ybf

parents 58f5213c 3e563082
...@@ -234,7 +234,7 @@ export default { ...@@ -234,7 +234,7 @@ export default {
methods: { methods: {
// 领取( // 领取(
handleGet() { handleGet() {
if (this.$route.query.iswxClient === "false") { if (this.$route.query.unionid === undefined) {
this.$toast("企业微信端不能领取"); this.$toast("企业微信端不能领取");
return; return;
} }
......
...@@ -172,8 +172,8 @@ export default { ...@@ -172,8 +172,8 @@ export default {
}; };
}, },
created() { created() {
this.minStartDate = new Date((new Date()/1000+3600)*1000) this.minStartDate = new Date();
this.minEndDate = new Date((new Date()/1000+86400)*1000); this.minEndDate = new Date();
}, },
methods: { methods: {
getTemplateDate(id) { getTemplateDate(id) {
......
...@@ -351,8 +351,8 @@ export default { ...@@ -351,8 +351,8 @@ export default {
}; };
}, },
created() { created() {
this.minStartDate = new Date((new Date()/1000+3600)*1000); this.minStartDate = new Date();
this.minEndDate = new Date((new Date()/1000+86400)*1000); this.minEndDate = new Date();
}, },
methods: { methods: {
// 获取模板数据 // 获取模板数据
......
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