mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-22 19:05:54 +08:00
商家端添加注释,删除无用代码,优化样式
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user