|
|
@@ -129,6 +129,16 @@
|
|
|
</el-tooltip>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-form-item label="观看文章(图文)一篇">
|
|
|
+ <el-tooltip class="item" effect="dark" content="观看文章(图文)一篇,返多少积分" placement="top-end">
|
|
|
+ <el-input-number v-model="form11.integralArticle" ></el-input-number>
|
|
|
+ </el-tooltip>
|
|
|
+ <el-tooltip class="item" effect="dark" content="观看文章(图文) 多少秒 算已看完" placement="top-end">
|
|
|
+ <el-input-number v-model="form11.integralArticleTime" ></el-input-number>
|
|
|
+ </el-tooltip>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="12">
|
|
|
@@ -181,6 +191,7 @@ export default {
|
|
|
integralFinishVideo: null,
|
|
|
integralByOneDay: null,
|
|
|
integralFirstOrderPoint: null,
|
|
|
+ integralArticle: null,
|
|
|
integralTypeByOneDay: null,
|
|
|
integralSubscriptCourse: null,
|
|
|
},
|