商家端添加注释,删除无用代码,优化样式

This commit is contained in:
mabo
2021-07-19 18:03:35 +08:00
parent 07f41f5cb6
commit 5062cad2b0
40 changed files with 799 additions and 1573 deletions

View File

@@ -130,6 +130,7 @@ export default {
);
this.$router.go(-1);
},
// 提交活动
handleSubmit() {
this.$refs.form.validate((valid) => {
if (valid) {
@@ -167,6 +168,7 @@ export default {
}
});
},
// 获取详情
getDetail() {
getPintuanDetail(this.id).then((res) => {
if (res.success) {