傅行帆 5 年之前
父節點
當前提交
1b0bb87df2
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/pages/carouselFigure/editAdvertising.jsx

+ 1
- 0
src/pages/carouselFigure/editAdvertising.jsx 查看文件

143
     }, [])
143
     }, [])
144
 
144
 
145
     const cancelPage = () => {
145
     const cancelPage = () => {
146
+      isCanChoose = true
146
       router.push({
147
       router.push({
147
         pathname: '/carouselFigure/advertisingList',
148
         pathname: '/carouselFigure/advertisingList',
148
       });
149
       });