返回无需刷新

This commit is contained in:
mengxiaolong
2020-09-08 18:30:53 +08:00
parent 2718dddbd4
commit de2d98b779

View File

@@ -2,7 +2,7 @@
<template>
<div class="store-list-container">
<div class="mb10 bg-white pt10 ph10" v-for="(item, index) in list" :key="index">
<h3>{{ item.sectionName }}</h3>
<h5>{{ item.sectionName }}</h5>
<van-grid class="fs12" :column-num="4">
<van-grid-item icon="photo-o" text="文字" v-for="(menu, index) in item.menus" :key="index" @click="goDetail(menu, item)">
<van-image :src="$assetsUrl + menu.iconUrl" />
@@ -52,7 +52,7 @@ export default {
flag: 'h5',
extra: {
url: location.origin + `/#/productStore/storeDetail/${v.id}/${item.sectionName}`,
needRefresh: '0'
needRefresh: 0
},
routerInfo: {
path: `/productStore/storeDetail/${v.id}/${item.sectionName}`