Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
Hello UTS
提交
c0027983
H
Hello UTS
项目概览
DCloud
/
Hello UTS
通知
1595
Star
27
Fork
9
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
2
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
Hello UTS
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
2
Issue
2
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
c0027983
编写于
1月 11, 2024
作者:
杜庆泉
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修复 vue2 web 模式编译失败的问题
上级
534539fb
变更
13
隐藏空白更改
内联
并排
Showing
13 changed file
with
64 addition
and
36 deletion
+64
-36
pages/SDKIntegration/SDKIntegration.vue
pages/SDKIntegration/SDKIntegration.vue
+23
-18
pages/SDKIntegration/TencentLocation/TencentLocation.vue
pages/SDKIntegration/TencentLocation/TencentLocation.vue
+3
-2
pages/SDKIntegration/Toast/Toast.vue
pages/SDKIntegration/Toast/Toast.vue
+2
-1
pages/SyntaxCase/index.vue
pages/SyntaxCase/index.vue
+3
-2
pages/SyntaxCase/utsAndroid.vue
pages/SyntaxCase/utsAndroid.vue
+4
-1
pages/SyntaxCase/utsiOS.vue
pages/SyntaxCase/utsiOS.vue
+2
-2
pages/SystemAPI/Alert/alert.uvue
pages/SystemAPI/Alert/alert.uvue
+2
-0
pages/SystemAPI/Alert/alert.vue
pages/SystemAPI/Alert/alert.vue
+2
-0
pages/SystemAPI/ScreenListen/screenlisten.vue
pages/SystemAPI/ScreenListen/screenlisten.vue
+2
-1
pages/SystemAPI/SystemAPI.vue
pages/SystemAPI/SystemAPI.vue
+8
-4
pages/index/basicTest.uvue
pages/index/basicTest.uvue
+4
-3
pages/index/basicTest.vue
pages/index/basicTest.vue
+4
-2
uni_modules/uts-advance/utssdk/web/index.uts
uni_modules/uts-advance/utssdk/web/index.uts
+5
-0
未找到文件。
pages/SDKIntegration/SDKIntegration.vue
浏览文件 @
c0027983
...
...
@@ -11,13 +11,15 @@
</view>
</
template
>
<
script
>
import
{
checkHasIntegration
}
from
"
@/uni_modules/uts-tencentgeolocation
"
;
import
{
checkHasLottieIntegration
}
from
"
@/uni_modules/uts-animation-view
"
;
// #ifndef H5
import
{
checkHasIntegration
}
from
"
@/uni_modules/uts-tencentgeolocation
"
;
import
{
checkHasLottieIntegration
}
from
"
@/uni_modules/uts-animation-view
"
;
// #endif
export
default
{
data
()
{
...
...
@@ -50,17 +52,20 @@
url
:
`/pages/
${
e
.
url
}
`
})
},
gotoLottie
:
function
(
e
)
{
if
(
checkHasLottieIntegration
())
{
uni
.
navigateTo
({
url
:
'
/pages/SDKIntegration/Lottie/index
'
})
}
else
{
uni
.
showToast
({
icon
:
'
none
'
,
title
:
'
需要在自定义基座中运行
'
})
}
gotoLottie
:
function
(
e
)
{
// #ifndef H5
if
(
checkHasLottieIntegration
())
{
uni
.
navigateTo
({
url
:
'
/pages/SDKIntegration/Lottie/index
'
})
}
else
{
uni
.
showToast
({
icon
:
'
none
'
,
title
:
'
需要在自定义基座中运行
'
})
}
// #endif
},
gotoTencentLocation
:
function
(
e
)
{
...
...
pages/SDKIntegration/TencentLocation/TencentLocation.vue
浏览文件 @
c0027983
...
...
@@ -21,7 +21,8 @@
</view>
</
template
>
<
script
>
<
script
>
// #ifndef H5
import
{
checkHasIntegration
,
requestPremission
,
...
...
@@ -29,7 +30,7 @@
watchPosition
,
clearWatch
}
from
"
@/uni_modules/uts-tencentgeolocation
"
;
// #endif
export
default
{
data
()
{
return
{
...
...
pages/SDKIntegration/Toast/Toast.vue
浏览文件 @
c0027983
...
...
@@ -16,8 +16,9 @@
</
template
>
<
script
>
// #ifdef APP-ANDROID
import
{
showToast
}
from
'
@/uni_modules/uts-toast
'
// #endif
export
default
{
...
...
pages/SyntaxCase/index.vue
浏览文件 @
c0027983
...
...
@@ -49,7 +49,8 @@
<button
@
click=
"testAll"
>
点击测试所有
</button>
</view>
</
template
>
<
script
>
<
script
>
// #ifndef H5
import
{
MAX
,
testSync
,
...
...
@@ -58,7 +59,7 @@
Test
,
request
,
}
from
"
../../uni_modules/uts-syntaxcase
"
;
// #endif
let
test
let
id
=
0
export
default
{
...
...
pages/SyntaxCase/utsAndroid.vue
浏览文件 @
c0027983
<
template
>
<view>
<view
class=
"uni-padding-wrap uni-common-mt"
>
<view
class=
"uni-hello-text"
>
逐一点击执行,观察测试反馈
...
...
@@ -39,10 +40,12 @@
</view>
</view>
<button
@
tap=
"getDeviceInfoClick"
>
获取设备基础信息
</button>
</view>
</
template
>
<
script
>
// #ifdef APP-ANDROID
import
{
getAppContextTest
,
getUniActivityTest
,
...
...
@@ -60,7 +63,7 @@
getDeviceInfoTest
,
privacyStateTest
}
from
'
@/uni_modules/uts-platform-api
'
// #endif
/**
* 测试在页面生命周期之外,使用api
*/
...
...
pages/SyntaxCase/utsiOS.vue
浏览文件 @
c0027983
...
...
@@ -33,7 +33,7 @@
</
template
>
<
script
>
// #ifdef APP-IOS
import
{
getCurrentVCTest
,
getKeyWindowTest
,
...
...
@@ -45,7 +45,7 @@
tepeofTest
,
dataConvertTest
,
}
from
"
@/uni_modules/uts-platform-api
"
// #endif
export
default
{
data
()
{
return
{
...
...
pages/SystemAPI/Alert/alert.uvue
浏览文件 @
c0027983
...
...
@@ -10,7 +10,9 @@
</template>
<script>
// #ifdef APP
import { showAlert,showPrompt } from '@/uni_modules/uts-alert'
// #endif
export default {
data() {
...
...
pages/SystemAPI/Alert/alert.vue
浏览文件 @
c0027983
...
...
@@ -10,7 +10,9 @@
</
template
>
<
script
>
// #ifdef APP
import
{
showAlert
,
showPrompt
}
from
'
@/uni_modules/uts-alert
'
// #endif
export
default
{
data
()
{
...
...
pages/SystemAPI/ScreenListen/screenlisten.vue
浏览文件 @
c0027983
...
...
@@ -11,11 +11,12 @@
</
template
>
<
script
>
// #ifndef H5
import
{
onUserCaptureScreen
,
offUserCaptureScreen
}
from
"
@/uni_modules/uts-screenshot-listener
"
;
// #endif
export
default
{
data
()
{
return
{
...
...
pages/SystemAPI/SystemAPI.vue
浏览文件 @
c0027983
...
...
@@ -17,8 +17,10 @@
</view>
</view>
</
template
>
·
<
script
>
import
{
gotoDemoActivity
}
from
"
@/uni_modules/uts-nativepage
"
;
<
script
>
// #ifdef APP-ANDROID
import
{
gotoDemoActivity
}
from
"
@/uni_modules/uts-nativepage
"
;
// #endif
import
{
getBatteryInfo
}
from
"
@/uni_modules/uts-getbatteryinfo
"
;
export
default
{
...
...
@@ -95,14 +97,16 @@
}
})
},
testGotoDemoActivity
()
{
testGotoDemoActivity
()
{
// #ifdef APP-ANDROID
let
ret
=
gotoDemoActivity
();
if
(
!
ret
)
{
uni
.
showToast
({
icon
:
'
none
'
,
title
:
'
需要在自定义基座中运行
'
})
}
}
// #endif
}
}
}
...
...
pages/index/basicTest.uvue
浏览文件 @
c0027983
...
...
@@ -19,9 +19,10 @@
</scroll-view>
<!-- #endif -->
</template>
<script lang="ts">
import { runTests, Result } from '../../uni_modules/uts-tests'
<script lang="ts">
// #ifdef APP
import { runTests, Result } from '../../uni_modules/uts-tests'
// #endif
export default {
data() {
return {
...
...
pages/index/basicTest.vue
浏览文件 @
c0027983
...
...
@@ -16,10 +16,12 @@
</view>
</view>
</
template
>
<
script
>
<
script
>
// #ifdef APP
import
{
runTests
}
from
'
../../uni_modules/uts-tests
'
}
from
'
../../uni_modules/uts-tests
'
// #endif
export
default
{
data
()
{
return
{
...
...
uni_modules/uts-advance/utssdk/web/index.uts
0 → 100644
浏览文件 @
c0027983
export function addViewToDecorView() { }
export function removeViewToDecorView() { }
export function initAppLifecycle() { }
export function getLogoPath() {}
export function playAssetAudio(){}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录