Commit b65be58d by huaying

fix: geshi

parent c7cfbd7d
......@@ -175,7 +175,7 @@ export default {
integralUseStatus: [
{ required: true, message: '请选择抵现规则', trigger: 'blur' },
],
effectiveTime:[
effectiveTime: [
{ required: true, message: '请填写有效期', trigger: 'blur' },
],
// strategyName: [
......@@ -467,7 +467,7 @@ export default {
/deep/ .el-form {
.el-form-item:last-child {
/*margin-bottom: 0;*/
margin-bottom: 0;
}
}
......
......@@ -441,7 +441,7 @@ export default {
var params = {
requestProject: that.projectName,
keyword: that.keywords1,
strategyType:2
strategyType: 2
}
postRequest('/api-admin/query-integral-setting',params)
// postRequest('/api-admin/get-member-integral-setting',param)
......
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