init
This commit is contained in:
parent
27bcde0da0
commit
8f936f2df4
|
|
@ -1,4 +1,7 @@
|
||||||
<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