xujing 5 年之前
父節點
當前提交
71ac5b4f56
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/pages/Index.jsx

+ 2
- 2
src/pages/Index.jsx 查看文件

@@ -76,7 +76,7 @@ const index = (props) => {
76 76
                 position: 'relative',
77 77
                 top: '-24px',
78 78
                 left: '-24px',
79
-                backgroundImage: `url('` + bgImg + `')`,
79
+                backgroundImage: 'url(https://njcj.oss-cn-shanghai.aliyuncs.com/images/picture.png)',
80 80
                 backgroundRepeat: 'no-repeat',
81 81
                 backgroundSize: '100% 100%',
82 82
             }} >
@@ -100,7 +100,7 @@ const index = (props) => {
100 100
                                 margin: '0 auto',
101 101
                                 paddingBottom: '0.66rem',
102 102
                                 position: 'relative',
103
-                                backgroundImage: `url('` + borderImg + `')`,
103
+                                backgroundImage: 'url(https://njcj.oss-cn-shanghai.aliyuncs.com/images/border.png)',
104 104
                                 backgroundRepeat: 'no-repeat',
105 105
                                 backgroundSize: '100% 100%',
106 106
                                 paddingTop: '0.12rem'