cyy-vue-material 7.0.19 → 7.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +34 -34
  3. package/src/App.vue +149 -149
  4. package/src/api/http.js +16 -16
  5. package/src/api/index.js +21 -21
  6. package/src/api/urlQuery.js +20 -20
  7. package/src/common/js/constant.js +5 -5
  8. package/src/common/js/index.js +1 -1
  9. package/src/components/vop-label.vue +29 -29
  10. package/src/index.dev.js +4 -4
  11. package/src/package/cyy-ArsenalActivity/components/u-cont-down.vue +316 -316
  12. package/src/package/cyy-ArsenalActivity/components/u-line-progress.vue +150 -150
  13. package/src/package/cyy-ArsenalActivity/cyy-ArsenalActivity.vue +820 -820
  14. package/src/package/cyy-ArsenalCarousel/cyy-ArsenalCarousel.vue +137 -137
  15. package/src/package/cyy-ArsenalClass/cyy-ArsenalClass.vue +564 -564
  16. package/src/package/cyy-ArsenalMyNavigation/cyy-ArsenalMyNavigation.vue +128 -125
  17. package/src/package/cyy-ArsenalMyTop/cyy-ArsenalMyTop.vue +211 -211
  18. package/src/package/cyy-ArsenalNavigation/cyy-ArsenalNavigation.vue +236 -236
  19. package/src/package/cyy-ArsenalPicture/cyy-ArsenalPicture.vue +228 -228
  20. package/src/package/cyy-ArsenalPromotion/cyy-ArsenalPromotion.vue +913 -899
  21. package/src/package/cyy-ArsenalRecommend/cyy-ArsenalRecommend.vue +56 -56
  22. package/src/package/cyy-ArsenalTop/cyy-ArsenalTop.vue +328 -328
  23. package/src/package/cyy-collocation/cyy-collocation.vue +639 -639
  24. package/src/package/cyy-goods/cyy-goods.vue +317 -317
  25. package/src/package/cyy-goodsOne/consult.vue +267 -267
  26. package/src/package/cyy-goodsOne/cyy-goodsOne.vue +217 -217
  27. package/src/package/cyy-image/cyy-image.vue +64 -64
  28. package/src/package/cyy-live/cyy-live.vue +196 -196
  29. package/src/package/cyy-new-product/cyy-new-product.vue +834 -834
  30. package/src/package/cyy-notice/cyy-notice.vue +137 -137
  31. package/src/package/cyy-search/cyy-search.vue +57 -57
  32. package/src/package/cyy-slider/cyy-slider.vue +117 -117
  33. package/src/package/cyy-title/cyy-title.vue +38 -38
  34. package/src/package/cyy-video/cyy-video.vue +49 -49
  35. package/src/package/index.js +21 -21
  36. package/src/utils/checkEnv.js +16 -16
  37. package/src/utils/fetchFactory.js +100 -100
  38. package/src/utils/index.js +2 -2
@@ -1 +1 @@
1
- export * from './constant.js';
1
+ export * from './constant.js';
@@ -1,29 +1,29 @@
1
- <template>
2
- <text v-if="goodsType === '40'" class="label">京东优选</text>
3
- </template>
4
-
5
- <script>
6
- export default {
7
- name: "vop-label",
8
- data() {
9
- return {};
10
- },
11
- props: {
12
- goodsType: {
13
- type: [String, Number],
14
- default: "",
15
- },
16
- },
17
- };
18
- </script>
19
-
20
- <style lang="less" scoped>
21
- .label {
22
- margin-right: 4px;
23
- background-color: #c82a29;
24
- color: #ffffff;
25
- font-size: 12px;
26
- border-radius: 4px;
27
- padding: 2px 4px;
28
- }
29
- </style>
1
+ <template>
2
+ <text v-if="goodsType === '40'" class="label">京东优选</text>
3
+ </template>
4
+
5
+ <script>
6
+ export default {
7
+ name: "vop-label",
8
+ data() {
9
+ return {};
10
+ },
11
+ props: {
12
+ goodsType: {
13
+ type: [String, Number],
14
+ default: "",
15
+ },
16
+ },
17
+ };
18
+ </script>
19
+
20
+ <style lang="less" scoped>
21
+ .label {
22
+ margin-right: 4px;
23
+ background-color: #c82a29;
24
+ color: #ffffff;
25
+ font-size: 12px;
26
+ border-radius: 4px;
27
+ padding: 2px 4px;
28
+ }
29
+ </style>
package/src/index.dev.js CHANGED
@@ -1,4 +1,4 @@
1
- import { createApp } from "vue";
2
- import App from "./App.vue";
3
-
4
- createApp(App).mount("#app");
1
+ import { createApp } from "vue";
2
+ import App from "./App.vue";
3
+
4
+ createApp(App).mount("#app");