diff --git a/src/pages/activity/ActivityManager.vue b/src/pages/activity/ActivityManager.vue index 42359ba..6404df5 100644 --- a/src/pages/activity/ActivityManager.vue +++ b/src/pages/activity/ActivityManager.vue @@ -1,12 +1,19 @@ @@ -139,7 +146,7 @@ export default { data () { const _this = this; return { - showStoreName:"", + showStoreName: "", isShow: false, loading: false, isShowDetail: false, @@ -456,6 +463,7 @@ export default { if (params.status == 0) { params.status = undefined; } + params.categoryCode = "promotion" params.date = undefined; http.get("/activity/instance/list", params).then(res => { const data = res.data.results.this || {}; @@ -496,7 +504,7 @@ export default { debugger let fileName = index.name + "-门店码"; http.downloadImg({ - url: index.qrCodeAction + url: index.qrCodeAction }, fileName, function (/*data*/) { }) @@ -517,7 +525,7 @@ export default { } .router-btn { border: none; - color: #3496EB !important; + color: #3496eb !important; margin-left: -15px; } .table-img-qr-code { @@ -526,7 +534,7 @@ export default { width: 30px; height: 30px; } -button:hover { - background:inherit!important; +button:hover { + background: inherit !important; } diff --git a/src/pages/activity/selectStoreStep.vue b/src/pages/activity/selectStoreStep.vue index 4fa31c3..01c0977 100644 --- a/src/pages/activity/selectStoreStep.vue +++ b/src/pages/activity/selectStoreStep.vue @@ -1,41 +1,40 @@