diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue
index ed91b34e..749f1e0a 100644
--- a/project/oms/apps/develop/AppDeployCustom/add.vue
+++ b/project/oms/apps/develop/AppDeployCustom/add.vue
@@ -113,6 +113,9 @@
+
+
+
添加
@@ -324,11 +327,12 @@ export default {
sysInfo,
appQRCode,
customLogin,
- base
+ base,
+ guide
}
} = this
if (type == 'mp') {
- this.form.extra = {tabBar, appId, embeddedAppIdList, isSingleService}
+ this.form.extra = {tabBar, appId, embeddedAppIdList, isSingleService, guide}
} else if (type == 'web') {
const {desc} = sysInfo
sysInfo.desc = JSON.parse(desc || null)
diff --git a/project/qujing/app/AppCurriculumManage/components/Comment.vue b/project/qujing/app/AppCurriculumManage/components/Comment.vue
index 44754a29..5a30354a 100644
--- a/project/qujing/app/AppCurriculumManage/components/Comment.vue
+++ b/project/qujing/app/AppCurriculumManage/components/Comment.vue
@@ -84,7 +84,7 @@
},
show (id, isShow) {
- this.$confirm(isShow === '1' ? '确定隐藏该留言?' : '确定隐藏该留言').then(() => {
+ this.$confirm(isShow === '1' ? '确定隐藏该评论?' : '确定隐藏该评论').then(() => {
this.instance.post(`/app/appcoursecomment/configCommentById?id=${id}&status=${isShow === '1' ? '0' : '1'}`).then(res => {
if (res.code == 0) {
this.$message.success('操作成功')