|
|
@@ -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>
|
|
|
|