提交 181e93de 编写于 作者: W wanganxp

修正部分页面的条件编译

上级 392c7ab0
......@@ -1196,8 +1196,6 @@
"enablePullDownRefresh": false
}
},
// #endif
// #ifdef APP
{
"path": "pages/API/rewarded-video-ad/rewarded-video-ad",
"style": {
......@@ -1212,6 +1210,7 @@
"enablePullDownRefresh": false
}
},
// #endif
{
"path": "pages/component/list-view/list-view-refresh",
"style": {
......@@ -1231,8 +1230,6 @@
"navigationBarTitleText": "nested-scroll-body"
}
},
// #endif
// #ifdef APP || WEB
{
"path": "pages/API/request-payment/request-payment",
"style": {
......@@ -1300,7 +1297,6 @@
"backgroundColorContent": "#fffae8"
}
}
// #endif
// #ifdef APP-ANDROID
,{
"path" : "pages/API/resize-observer/resize-observer",
......
<template>
<view>
<!-- #ifdef UNI-APP-X -->
<button class="button" @click="openSchema('https://uniapp.dcloud.io/uni-app-x')">使用外部浏览器打开指定URL</button>
<!-- #ifdef APP-ANDROID -->
<button class="button" @click="openSchema('market://details?id=com.tencent.mm')">使用应用商店打开指定App</button>
......@@ -12,7 +11,6 @@
<button class="button" @click="openSchema('itms-apps://search.itunes.apple.com//WebObjects//MZSearch.woa/wa/search?media=software&lterm=')">打开 AppStore 到搜索页</button>
<button class="button" @click="openSchema('http://maps.apple.com/?q=Mexican+Restaurant&sll=50.894967,4.341626&z=10&t=s')">打开 iOS 地图坐标</button>
<!-- #endif -->
<!-- #endif -->
</view>
</template>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册