浏览代码

mod:拍摄完毕,进入下一步处理

panqiuyao 8 月之前
父节点
当前提交
1821bc9161
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      frontend/src/views/Photography/shot.vue

+ 1 - 5
frontend/src/views/Photography/shot.vue

@@ -5,10 +5,6 @@
       :menu="[
         {
           type:'setting'
-        },
-        {
-          name:'跳转主图详情',
-          click:openPhotographyDetail
         }
     ]"
   />
@@ -149,7 +145,7 @@
             />
             <span class="empty-text">暂无数据</span>
           </div>-->
-          <div v-if="goodsList.length" class="next-step button--primary1 flex-col" @click="next"><span
+          <div v-if="goodsList.length" class="next-step button--primary1 flex-col" @click="openPhotographyDetail"><span
               class="next-step-text">拍摄完毕,进入下一步处理</span></div>
         </div>