提交 c350b517 编写于 作者: W wanganxp

放开一批iOS的示例

上级 ea65e233
<script lang="uts">
import { state, setLifeCycleNum } from '@/store/index.uts'
// #ifdef APP-ANDROID
let firstBackTime = 0
// #endif
export default {
globalData: {
str: 'default globalData str',
......
......@@ -535,7 +535,6 @@
"navigationBarTitleText": "websocket-global"
}
},
// #ifndef APP-IOS
{
"path": "pages/API/unicloud-call-function/unicloud-call-function",
"style": {
......@@ -548,7 +547,6 @@
"navigationBarTitleText": ""
}
},
// #endif
{
"path": "pages/API/get-system-info/get-system-info",
"style": {
......@@ -581,8 +579,6 @@
"enablePullDownRefresh": false
}
},
// #endif
// #ifndef WEB
{
"path": "pages/API/get-app-authorize-setting/get-app-authorize-setting",
"style": {
......@@ -626,7 +622,6 @@
"navigationBarTitleText": "event-bus"
}
},
// #ifndef APP-IOS
{
"path": "pages/API/unicloud-file-api/unicloud-file-api",
"style": {
......@@ -645,7 +640,6 @@
"navigationBarTitleText": "电量"
}
},
// #endif
{
"path": "pages/API/get-window-info/get-window-info",
"style": {
......@@ -1153,12 +1147,14 @@
}
},
// #endif
// #ifdef APP
{
"path": "pages/template/calendar/calendar",
"style": {
"navigationBarTitleText": "日历"
}
},
// #endif
// #ifdef APP-ANDROID
{
"path": "pages/template/schema/schema",
......
<template>
<!-- #ifdef APP -->
<scroll-view style="flex: 1">
<scroll-view style="flex: 1" enable-back-to-top="true">
<!-- #endif -->
<view class="uni-container">
<view class="uni-header-logo">
......
<template>
<!-- #ifdef APP -->
<scroll-view style="flex: 1">
<scroll-view style="flex: 1" enable-back-to-top="true">
<!-- #endif -->
<view class="uni-container">
<view class="uni-header-logo">
......
<template>
<!-- #ifdef APP -->
<scroll-view style="flex: 1">
<scroll-view style="flex: 1" enable-back-to-top="true">
<!-- #endif -->
<view class="uni-container">
<view class="uni-header-logo">
......
<template>
<!-- #ifdef APP -->
<scroll-view style="flex: 1">
<scroll-view style="flex: 1" enable-back-to-top="true">
<!-- #endif -->
<view class="uni-container">
<view class="uni-header-logo">
......
<template>
<list-view style="flex: 1;" refresher-enabled=true @refresherrefresh="onRefresherrefresh"
:refresher-triggered="refresherTriggered">
:refresher-triggered="refresherTriggered" enable-back-to-top="true">
<list-item class="banner" @click="bannerClick(banner)" type=1>
<image class="banner-img" :src="banner.cover"></image>
<text class="banner-title">{{ banner.title }}</text>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册