diff --git a/pages/component/open-type/open-type.test.js b/pages/component/open-type/open-type.test.js
deleted file mode 100644
index 344a9c44f3c2ee2a29eef637e96def1d7adf6479..0000000000000000000000000000000000000000
--- a/pages/component/open-type/open-type.test.js
+++ /dev/null
@@ -1,43 +0,0 @@
-let page;
-describe('open-type', () => {
- if (!isAndroid()) {
- // TODO: web 端暂不支持测试
- it('web', async () => {
- expect(1).toBe(1)
- })
- return
- }
- beforeAll(async () => {
- page = await program.reLaunch('/pages/component/open-type/open-type')
- await page.waitFor(600);
- });
- it('opentype-test', async () => {
- if (!isAndroid()) {
- return
- }
- const opentype = await page.$('#opentype')
- await opentype.tap()
- let isAgreeRes = await getData('isAgreeRes')
- expect(isAgreeRes).toBe(true)
- })
-
- function isAndroid() {
- if (process.env.uniTestPlatformInfo.indexOf('web') > -1 || process.env.UNI_AUTOMATOR_APP_WEBVIEW ===
- 'true') {
- expect(1).toBe(1)
- return false
- }
- if (process.env.uniTestPlatformInfo.toLocaleLowerCase().startsWith('ios')) {
- expect(1).toBe(1)
- return false
- }
- return true
- }
-
- function getData(key = '') {
- return new Promise(async (resolve, reject) => {
- const data = await page.data()
- resolve(key ? data[key] : data)
- })
- }
-});
diff --git a/pages/component/open-type/open-type.uvue b/pages/component/open-type/open-type.uvue
deleted file mode 100644
index 918c62b3956ac9ab5b43d6712bc430ee76b07a02..0000000000000000000000000000000000000000
--- a/pages/component/open-type/open-type.uvue
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
-
-
-
- 当前隐私政策状态:{{ state }}
- true = 已同意隐私协议; false = 未同意隐私协议
-
-
-
-
-
-
-
-