xiaodai2022 2 years ago
parent
commit
4af9ac1e1f

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-elementUI.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-libs.js


+ 3 - 2
src/views/youzan/luckyDrawGood/index.vue

@@ -212,7 +212,7 @@ import { formatJson } from "@/utils/publicMethods";
 import weburlImport from "./weburlImport";
 import webUrlList from "./webUrlList";
 export default {
-  name: "active",
+  name: "luckyDrawGood",
   mixins: [mixinPage, resToken],
   components: { weburlImport, webUrlList },
   computed: {
@@ -220,7 +220,8 @@ export default {
     ...mapGetters(["tablebtnSize", "searchSize", "size"]),
     powers() {
       const tran =
-        this.$store.getters.btnList.find((item) => item.menu_route == "active") || {};
+        this.$store.getters.btnList.find((item) => item.menu_route == "luckyDrawGood") ||
+        {};
       const { action } = tran ?? {};
       return action ?? [];
     },

Some files were not shown because too many files changed in this diff