This commit is contained in:
parent
5acaddf086
commit
56e34166ba
2
main.js
2
main.js
|
|
@ -29,7 +29,7 @@ export function createApp() {
|
|||
app.config.globalProperties.$system = plus.os.name;
|
||||
// #endif
|
||||
app.config.globalProperties.$systemInfo = systemInfo
|
||||
uni.setStorageSync('version', '1.0.4.sp24')
|
||||
uni.setStorageSync('version', '1.0.4.sp25')
|
||||
app.config.globalProperties.$version = uni.getStorageSync('version')
|
||||
app.use(globalMethods);
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
<template>
|
||||
<view class="container" >
|
||||
<!-- 自定义头部导航栏 -->
|
||||
<ZdyNavbar :title="data.navbar.title" :bgColor="data.navbar.bgColor" :isAdd="true" :isSearch="$system=='Android'">
|
||||
</ZdyNavbar>
|
||||
<!-- <ZdyNavbar :title="data.navbar.title" :bgColor="data.navbar.bgColor" :isAdd="true" :isSearch="$system=='Android'">
|
||||
</ZdyNavbar> -->
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
// 自定义头部
|
||||
import ZdyNavbar from "@/components/navbar/navbar.vue"
|
||||
// import ZdyNavbar from "@/components/navbar/navbar.vue"
|
||||
|
||||
import {
|
||||
ref,
|
||||
|
|
|
|||
Loading…
Reference in New Issue