Bläddra i källkod

Merge branch 'dev' of http://git.ycjcjy.com/shigongli/miniapp-v2 into dev

李志伟 3 år sedan
förälder
incheckning
0aa59e71ff
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2
    2
      config/prod.js
  2. 2
    2
      src/components/CouponCard/Card/style.less

+ 2
- 2
config/prod.js Visa fil

@@ -3,9 +3,9 @@ module.exports = {
3 3
     NODE_ENV: '"production"'
4 4
   },
5 5
   defineConstants: {
6
-    HOST: '"https://sgl-v2-test.njyunzhi.com"',
6
+    HOST: '"https://sgl-v2.njyunzhi.com"',
7 7
     OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
8
-    VERSION: '"2.0.35_2021-10-11 19:39:20"',
8
+    VERSION: '"2.0.36_2021-10-11 22:14:48"',
9 9
   },
10 10
   mini: {},
11 11
   h5: {

+ 2
- 2
src/components/CouponCard/Card/style.less Visa fil

@@ -26,8 +26,8 @@
26 26
                   top right,
27 27
                 radial-gradient(circle at bottom right, transparent @radius-size, #fff 0 0)
28 28
                   bottom right;
29
-    background-size: 100% 60%;
30
-    background-repeat: no-repeat;
29
+    background-size: 100% 60% !important;
30
+    background-repeat: no-repeat !important;
31 31
 
32 32
     border-top-left-radius: @border-radius;
33 33
     border-bottom-left-radius: @border-radius;