Commit 6463b23c authored by 秦海涛's avatar 秦海涛

update

parent 07d24952
......@@ -107,7 +107,7 @@ Component({
value: '', // 任务奖励
},
browseGoods: {
title: "寻宝屋商品",
title: '',
taskRateType: 1,
times: 3,
value: '',
......@@ -115,25 +115,23 @@ Component({
itemIds: '',
},
collectGoods: {
title: "",
title: '',
taskRateType: 1,
times: 3,
value: '90',
value: '',
itemIds: "",
},
jumpLink: {
title: "",
title: '',
taskRateType: 3,
link: "", //跳转链接
link: '', //跳转链接
times: 3,
value: '',
},
},
image: '',
isEnd: false,
isStart: false,
originalStartTime: '',
prizeDialogData: {},
formState: formatValidator(descriptor)
},
props: {},
......@@ -242,12 +240,6 @@ Component({
console.log(data, key)
this.setDataByKey(data, key);
},
onImageChange(image) {
console.log('image', image)
this.setData({
image
})
},
onTimeChange(timeRange, error) {
const {
formState
......@@ -438,32 +430,6 @@ Component({
onChangeByDataName(val, dataName) {
this.setDataByKey(val, dataName)
},
onCloseDialog(data) {
switch (data) {
case "group":
this.setData({
showGroup: false
})
return
case "prize":
this.setData({
showPrize: false,
prizeDialogData: {}
})
return
case "baby":
this.setData({
showBaby: false
})
return
case "link":
this.setData({
showLink: false
})
return
}
},
backList() {
this.$page.$router.push("/activity/list");
}
......
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