[更新发现]
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<view class="name">
|
||||
{{ item.name }}
|
||||
</view>
|
||||
<view class="more" @click="$Router.push({name: 'menuClassify', params: {id: item.category_id, index: index }})">
|
||||
<view class="more" @click="$Router.push({name: 'menuClassify', params: {id: item.category_id, index: index + 1 }})">
|
||||
查看更多<image src="/static/find/menu_more.png" mode="aspectFill"></image>
|
||||
</view>
|
||||
</view>
|
||||
@@ -26,7 +26,6 @@
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
import { index } from '@/apis/interfaces/menu'
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user