Browse Source

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

panqiuyao 8 months ago
parent
commit
1821bc9161
1 changed files with 1 additions and 5 deletions
  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>