|
@@ -190,6 +190,7 @@ class PublicContent extends Component {
|
|
|
duration: this.state.totalDuration,
|
|
|
validDate: JSON.stringify(this.state.validDates),
|
|
|
type: this.props.dtails.type,
|
|
|
+ status: 1,
|
|
|
};
|
|
|
} else if (this.props.dtails.type == 2) {
|
|
|
datas = {
|
|
@@ -208,6 +209,7 @@ class PublicContent extends Component {
|
|
|
validDate: JSON.stringify(this.state.validDates),
|
|
|
type: this.props.dtails.type,
|
|
|
orderNo: this.props.dtails.orderNo,
|
|
|
+ status: 1,
|
|
|
};
|
|
|
} else {
|
|
|
datas = {
|
|
@@ -226,6 +228,7 @@ class PublicContent extends Component {
|
|
|
validDate: JSON.stringify(this.state.validDates),
|
|
|
type: this.props.dtails.type,
|
|
|
orderNo: this.props.dtails.orderNo,
|
|
|
+ status: 1,
|
|
|
};
|
|
|
}
|
|
|
if (isVerify) {
|