mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 08:55:52 +08:00
积分展示问题
This commit is contained in:
@@ -50,10 +50,8 @@ export default {
|
||||
const data = {
|
||||
id: this.$route.query.id,
|
||||
pageData: modelForm,
|
||||
pageShow,
|
||||
pageShow
|
||||
};
|
||||
console.log(this.modelForm);
|
||||
|
||||
API_floor.updateHome(this.$route.query.id, data).then((res) => {
|
||||
if (res.success) {
|
||||
this.$Message.success("保存模板成功");
|
||||
|
||||
Reference in New Issue
Block a user