Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
db7185dc
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
5995
Star
90
Fork
162
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
18
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
18
Issue
18
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
db7185dc
编写于
5月 20, 2024
作者:
taohebin@dcloud.io
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update: 插件中调用network示例增加条件编译
上级
8554e406
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
13 addition
and
1 deletion
+13
-1
pages/API/download-file/download-file.uvue
pages/API/download-file/download-file.uvue
+5
-0
pages/API/request/request.uvue
pages/API/request/request.uvue
+4
-1
pages/API/upload-file/upload-file.uvue
pages/API/upload-file/upload-file.uvue
+4
-0
未找到文件。
pages/API/download-file/download-file.uvue
浏览文件 @
db7185dc
...
@@ -19,10 +19,13 @@
...
@@ -19,10 +19,13 @@
<!-- #endif -->
<!-- #endif -->
</template>
</template>
<script>
<script>
// #ifdef APP
import {
import {
testInovkeDownloadFile,
testInovkeDownloadFile,
CommonOptions
CommonOptions
} from '@/uni_modules/test-invoke-network-api'
} from '@/uni_modules/test-invoke-network-api'
// #endif
export default {
export default {
data() {
data() {
...
@@ -134,6 +137,7 @@
...
@@ -134,6 +137,7 @@
});
});
},
},
jest_uts_module_invoked(){
jest_uts_module_invoked(){
// #ifdef APP
testInovkeDownloadFile({
testInovkeDownloadFile({
success:(res: any)=>{
success:(res: any)=>{
console.log("success :", res);
console.log("success :", res);
...
@@ -144,6 +148,7 @@
...
@@ -144,6 +148,7 @@
this.jest_result = false
this.jest_result = false
}
}
} as CommonOptions)
} as CommonOptions)
// #endif
}
}
}
}
}
}
...
...
pages/API/request/request.uvue
浏览文件 @
db7185dc
...
@@ -69,11 +69,12 @@
...
@@ -69,11 +69,12 @@
</view>
</view>
</template>
</template>
<script>
<script>
// #ifdef APP
import {
import {
testInovkeRequest,
testInovkeRequest,
CommonOptions
CommonOptions
} from '@/uni_modules/test-invoke-network-api'
} from '@/uni_modules/test-invoke-network-api'
// #endif
class GETDataType {
class GETDataType {
data: UTSJSONObject | null = null
data: UTSJSONObject | null = null
...
@@ -365,6 +366,7 @@
...
@@ -365,6 +366,7 @@
});
});
},
},
jest_uts_module_invoked(){
jest_uts_module_invoked(){
// #ifdef APP
testInovkeRequest({
testInovkeRequest({
success:(res: any)=>{
success:(res: any)=>{
console.log("success :", res);
console.log("success :", res);
...
@@ -375,6 +377,7 @@
...
@@ -375,6 +377,7 @@
this.jest_result = false
this.jest_result = false
}
}
} as CommonOptions)
} as CommonOptions)
// #endif
}
}
}
}
}
}
...
...
pages/API/upload-file/upload-file.uvue
浏览文件 @
db7185dc
...
@@ -16,10 +16,12 @@
...
@@ -16,10 +16,12 @@
<!-- #endif -->
<!-- #endif -->
</template>
</template>
<script>
<script>
// #ifdef APP
import {
import {
testInovkeUploadFile,
testInovkeUploadFile,
CommonOptions
CommonOptions
} from '@/uni_modules/test-invoke-network-api'
} from '@/uni_modules/test-invoke-network-api'
// #endif
export default {
export default {
data() {
data() {
...
@@ -178,6 +180,7 @@
...
@@ -178,6 +180,7 @@
})
})
},
},
jest_uts_module_invoked(){
jest_uts_module_invoked(){
#// #ifdef APP
testInovkeUploadFile({
testInovkeUploadFile({
success:(res: any)=>{
success:(res: any)=>{
console.log("success :", res);
console.log("success :", res);
...
@@ -188,6 +191,7 @@
...
@@ -188,6 +191,7 @@
this.jest_result = false
this.jest_result = false
}
}
} as CommonOptions)
} as CommonOptions)
// #endif
}
}
}
}
}
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录