提交 c616baab 编写于 作者: F fengyw

style: 优化文案

上级 7dc556d1
......@@ -23,6 +23,7 @@
</template>
<script>
import { Message } from 'element-ui'
import { courseCommentPage, courseCommentAdd } from '@/api/course.js'
import DPage from '~/components/common/Page'
export default {
......@@ -71,11 +72,7 @@ export default {
if (res) {
this.getCommentList()
this.commentText = ''
this.$msgBox({
content: res,
isShowCancelBtn: false
}).catch(() => {
})
Message.success(res)
}
})
},
......
......@@ -54,10 +54,10 @@
</div>
</template>
<script>
import { Message } from 'element-ui'
import YHeader from '../common/Header'
import DPay from '@/components/common/Pay'
import { courseCollectAdd } from '@/api/course.js'
import { Message } from 'element-ui'
export default {
components: {
......
......@@ -151,7 +151,7 @@ export default {
e.preventDefault()
usersUpdata(this.obj).then(res => {
this.$msgBox({
content: '修改成功',
content: '信息修改成功',
isShowCancelBtn: false
}).then(async(val) => {
window.location.reload()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册