mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 12:32:53 +08:00
返回无需刷新
This commit is contained in:
@@ -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}`
|
||||
|
||||
Reference in New Issue
Block a user