Merge branch 'feat/liujie'
This commit is contained in:
@@ -199,9 +199,11 @@ export default forwardRef(function GameManagePopup(props, ref) {
|
||||
<View className={styles.button} onClick={handleEditGame}>
|
||||
编辑活动
|
||||
</View>
|
||||
{finished && (
|
||||
<View className={styles.button} onClick={handleRepubGame}>
|
||||
重新发布
|
||||
</View>
|
||||
)}
|
||||
{!finished && (
|
||||
<View className={styles.button} onClick={handleCancelGame}>
|
||||
取消活动
|
||||
|
||||
Reference in New Issue
Block a user