|
@@ -246,11 +246,9 @@ export default {
|
|
|
+ end.substr(5,2) + "/" + end.substr(8,2) + " " + end.substr(11,5);
|
|
|
},
|
|
|
selectDatetime() {
|
|
|
- console.log("select datetime");
|
|
|
this.$refs.mySon.show();
|
|
|
},
|
|
|
openSelfTakeTable() {
|
|
|
- console.log("openSelfTakeTable -> ", this.selfTakeList);
|
|
|
getAllSelfTake({
|
|
|
current: 1,
|
|
|
size: 50
|
|
@@ -597,12 +595,14 @@ export default {
|
|
|
title: that.$t(`请填写主标题`)
|
|
|
});
|
|
|
}
|
|
|
+ that.grouponReqData.mainTitle = value.mainTitle;
|
|
|
|
|
|
if (!value.subTitle.trim()) {
|
|
|
return that.$util.Tips({
|
|
|
title: that.$t(`请填写副标题`)
|
|
|
});
|
|
|
}
|
|
|
+ that.grouponReqData.subTitle = value.subTitle;
|
|
|
|
|
|
if (!that.grouponReqData.grouponStartTime.trim() || !that.grouponReqData.grouponEndTime.trim()) {
|
|
|
return that.$util.Tips({
|
|
@@ -631,8 +631,6 @@ export default {
|
|
|
goodsIds.push(e.id);
|
|
|
that.grouponReqData.goodsIds = goodsIds;
|
|
|
})
|
|
|
-
|
|
|
-
|
|
|
uni.showLoading({
|
|
|
title: that.$t(`发布中`),
|
|
|
mask: true
|