From 4dab9528d8e69c0c3f8ce03a7d4617bb13ecec8d Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 31 Mar 2022 14:24:24 +0800
Subject: [PATCH] +注释
---
src/components/mobileWindow/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/components/mobileWindow/index.vue b/src/components/mobileWindow/index.vue
index c12ca57..9332394 100644
--- a/src/components/mobileWindow/index.vue
+++ b/src/components/mobileWindow/index.vue
@@ -134,7 +134,7 @@
let queryData = this.query.query;
// console.log(queryData, 789);
this.title = queryData.name;
-
+ //判断是否显示操作按钮
if (queryData.seebut) {
this.seebut = queryData.seebut;
if (queryData.from == "活动") {
@@ -270,6 +270,7 @@
};
},
methods: {
+ //按钮点击事件
openOnce(val) {
let that = this;
that.routerS = [];
@@ -346,6 +347,7 @@
]);
}
},
+ //修改数据
changeData(data, name, value) {
let arr = [];
for (let k in data[name]) {
--
Gitblit v1.9.3