Yansen 5 anni fa
parent
commit
c0dd73dc40

+ 1
- 1
src/pages/activity/groupActivity/list.jsx Vedi File

@@ -163,7 +163,7 @@ const header = props => {
163 163
           </AuthButton>,
164 164
             
165 165
           <AuthButton name="admin.taShareActivity.top" noRight={null}>
166
-            <EditIcon type={row.sort === 1 ? 'cancel' : 'add'} text={row.sort === 1 ? '取消推荐首页' : '推荐首页'} onClick={recommendGroupActivity(row)} />
166
+            <EditIcon type={row.sort === 1 ? 'cancel' : 'top'} text={row.sort === 1 ? '取消推荐首页' : '推荐首页'} onClick={recommendGroupActivity(row)} />
167 167
           </AuthButton>,
168 168
 
169 169
           <EditIcon type="record" text="数据记录" onClick={() => toDataReacord(row.groupActivityId)} />,

+ 1
- 1
src/pages/activity/helpActivity/list.jsx Vedi File

@@ -149,7 +149,7 @@ const header = props => {
149 149
         </AuthButton>,
150 150
 
151 151
         <AuthButton name="admin.help.top" noRight={null}>
152
-          <EditIcon type={row.isMain === 1 ? 'cancel' : 'add'} text={row.isMain === 1 ? '取消推首页' : '推首页'} onClick={topDynamic(row, 1)} />
152
+          <EditIcon type={row.isMain === 1 ? 'cancel' : 'top'} text={row.isMain === 1 ? '取消推首页' : '推首页'} onClick={topDynamic(row, 1)} />
153 153
         </AuthButton>,
154 154
 
155 155
         <EditIcon type="record" text="数据记录" onClick={() => toDataReacord(row.helpActivityId)} />,