傅行帆 hace 5 años
padre
commit
a2d47ed573
Se han modificado 2 ficheros con 5 adiciones y 3 borrados
  1. 2
    2
      package.json
  2. 3
    1
      src/pages/funds/accountfunds/components/RefundOrder.jsx

+ 2
- 2
package.json Ver fichero

@@ -70,7 +70,7 @@
70 70
     "swiper": "^5.3.6",
71 71
     "umi": "^2.13.3",
72 72
     "umi-plugin-pro-block": "^1.3.6",
73
-    "umi-plugin-react": "^1.15.3",
73
+    "umi-plugin-react": "^1.15.8",
74 74
     "umi-request": "^1.0.8",
75 75
     "wangeditor": "^3.1.1"
76 76
   },
@@ -113,7 +113,7 @@
113 113
     "umi-plugin-ga": "^1.1.6",
114 114
     "umi-plugin-pro": "^1.0.3",
115 115
     "umi-types": "^0.3.8",
116
-    "webpack-theme-color-replacer": "^1.3.7"
116
+    "webpack-theme-color-replacer": "^1.3.12"
117 117
   },
118 118
   "optionalDependencies": {
119 119
     "puppeteer": "^1.17.0"

+ 3
- 1
src/pages/funds/accountfunds/components/RefundOrder.jsx Ver fichero

@@ -119,7 +119,9 @@ function RechargeOrder(props) {
119 119
             align: 'center',
120 120
             render: withActions((text, row) => [
121 121
 
122
-                <EditIcon type="look" text="查看联系人" > </EditIcon>,
122
+                <EditIcon type="look" text="查看联系人" onClick={() => router.push({
123
+                    pathname: '/funds/financialContact',
124
+                })}> </EditIcon>,
123 125
 
124 126
 
125 127
             ]),