init
This commit is contained in:
parent
8f936f2df4
commit
93aafd2dbe
|
|
@ -1,7 +1,4 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="shadow">
|
|
||||||
斤斤计较
|
|
||||||
</view>
|
|
||||||
<view class="index">
|
<view class="index">
|
||||||
<view v-for="(item, index) in state.pages" :key="index">
|
<view v-for="(item, index) in state.pages" :key="index">
|
||||||
<template v-if="item.name == 'search'">
|
<template v-if="item.name == 'search'">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue