Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
bcdedf8f
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
bcdedf8f
编写于
6月 25, 2023
作者:
S
sunjiakun
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
UXII8.2 xts_progress
Signed-off-by:
N
sunjiakun
<
sunjiakun3@huawei.com
>
上级
9603d9fe
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
6036 addition
and
3 deletion
+6036
-3
arkui/ace_ets_components_ux/ace_ets_component_progress/Test.json
...ce_ets_components_ux/ace_ets_component_progress/Test.json
+1
-1
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/ets/TestAbility/pages/IndexSec.ets
...nent_progress/src/main/ets/TestAbility/pages/IndexSec.ets
+420
-0
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/ets/test/List.test.ets
...ce_ets_component_progress/src/main/ets/test/List.test.ets
+2
-0
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/ets/test/Utils.ets
...ux/ace_ets_component_progress/src/main/ets/test/Utils.ets
+25
-0
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/ets/test/progressSec.ets
..._ets_component_progress/src/main/ets/test/progressSec.ets
+5585
-0
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/module.json
...onents_ux/ace_ets_component_progress/src/main/module.json
+1
-1
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/resources/base/profile/test_pages.json
..._progress/src/main/resources/base/profile/test_pages.json
+2
-1
未找到文件。
arkui/ace_ets_components_ux/ace_ets_component_progress/Test.json
浏览文件 @
bcdedf8f
...
...
@@ -4,7 +4,7 @@
"type"
:
"OHJSUnitTest"
,
"test-timeout"
:
"600000"
,
"bundle-name"
:
"com.example.progresstest"
,
"module-name"
:
"
phone
"
,
"module-name"
:
"
entry_test
"
,
"shell-timeout"
:
"600000"
,
"testcase-timeout"
:
240000
},
...
...
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/ets/TestAbility/pages/IndexSec.ets
0 → 100755
浏览文件 @
bcdedf8f
/*
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.events.emitter';
import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry';
import { Hypium } from '@ohos/hypium';
import hilog from '@ohos.hilog';
import testsuite from '../../test/List.test'
@Entry
@Component
struct progressSecTest {
@State progress_capsule_borderWidth_number: number = 1
@State progress_capsule_borderWidth_string: string = '1vp'
@State progress_capsule_borderWidth_resource: Resource = $r('sys.float.ohos_id_text_margin_vertical')
@State progress_capsule_borderColor_number: number = 0xFF000000
@State progress_capsule_borderColor_string: string = '#FFFF9535'
@State progress_capsule_borderColor_color: Color = Color.Red
@State progress_capsule_borderColor_resource: Resource = $r('sys.color.ohos_id_color_connected')
@State progress_capsule_fontSize_number: number = 12
@State progress_capsule_fontSize_string: string = '12vp'
@State progress_capsule_fontSize_resource: Resource = $r('sys.float.ohos_id_text_margin_vertical')
@State progress_capsule_fontWeight_number: number = 400
@State progress_capsule_fontWeight_string: string = '400'
@State progress_capsule_fontWeight_fontWeight: FontWeight = FontWeight.Normal
@State progress_capsule_fontStyle_fontStyle : FontStyle = FontStyle.Normal
@State progress_capsule_fontColor_number: number = 0xFF000000
@State progress_capsule_fontColor_string: string = '#FFFF9535'
@State progress_capsule_fontColor_color: Color = Color.Red
@State progress_capsule_fontColor_resource: Resource = $r('sys.color.ohos_id_color_connected')
@State progress_capsule_content_string: string = '下载'
@State progress_capsule_enableScanEffect_boolean: boolean = false
@State progress_capsule_showDefaultPercentage_boolean: boolean = false
@State progress_ring_strokeWidth_number: number = 4
@State progress_ring_strokeWidth_string: string = '4vp'
@State progress_ring_strokeWidth_resource: Resource = $r('sys.float.ohos_id_text_margin_vertical')
@State progress_ring_shadow_bool: boolean = false
@State progress_ring_status_progressStatus: ProgressStatus = ProgressStatus.PROGRESSING
@State progress_ring_color_purity: number = 0x000000
@State progress_ring_color_linear_number: LinearGradient = new LinearGradient([{color: 0xFFFF0000, offset: 0}, {color: 0xFFFFFFFF, offset: 1}])
@State progress_ring_color_linear_string: LinearGradient = new LinearGradient([{color: '#FFFF9A35', offset: 0}, {color: '#FFFFFFFF', offset: 1}])
@State progress_ring_color_linear_color: LinearGradient = new LinearGradient([{color: Color.Red, offset: 0}, {color: Color.White, offset: 1}])
@State progress_ring_color_linear_resource: LinearGradient = new LinearGradient([{color: $r('sys.color.ohos_id_color_connected'), offset: 0}, {color: $r('sys.color.ohos_id_color_background'), offset: 1}])
@State progress_ring_color_linear_null: LinearGradient = null
@State progress_ring_color_linear_undefined: LinearGradient = undefined
@State progress_ring_enableScanEffect_boolean: boolean = false
@State progress_linear_enableScanEffect_boolean: boolean = false
private stateChangCallBack = (eventData) => {
console.info("progress page state change called:" + JSON.stringify(eventData));
this.progress_capsule_borderWidth_number = eventData.data.progress_capsule_borderWidth_number;
this.progress_capsule_borderWidth_string = eventData.data.progress_capsule_borderWidth_string;
this.progress_capsule_borderWidth_resource = eventData.data.progress_capsule_borderWidth_resource;
this.progress_capsule_borderColor_number = eventData.data.progress_capsule_borderColor_number;
this.progress_capsule_borderColor_string = eventData.data.progress_capsule_borderColor_string;
this.progress_capsule_borderColor_color = eventData.data.progress_capsule_borderColor_color;
this.progress_capsule_borderColor_resource = eventData.data.progress_capsule_borderColor_resource;
this.progress_capsule_fontSize_number = eventData.data.progress_capsule_fontSize_number;
this.progress_capsule_fontSize_string = eventData.data.progress_capsule_fontSize_string;
this.progress_capsule_fontSize_resource = eventData.data.progress_capsule_fontSize_resource;
this.progress_capsule_fontWeight_number = eventData.data.progress_capsule_fontWeight_number;
this.progress_capsule_fontWeight_string = eventData.data.progress_capsule_fontWeight_string;
this.progress_capsule_fontWeight_fontWeight = eventData.data.progress_capsule_fontWeight_fontWeight;
this.progress_capsule_fontStyle_fontStyle = eventData.data.progress_capsule_fontStyle_fontStyle;
this.progress_capsule_fontColor_number = eventData.data.progress_capsule_fontColor_number;
this.progress_capsule_fontColor_string = eventData.data.progress_capsule_fontColor_string;
this.progress_capsule_fontColor_color = eventData.data.progress_capsule_fontColor_color;
this.progress_capsule_fontColor_resource = eventData.data.progress_capsule_fontColor_resource;
this.progress_capsule_content_string = eventData.data.progress_capsule_content_string;
this.progress_capsule_enableScanEffect_boolean = eventData.data.progress_capsule_enableScanEffect_boolean;
this.progress_capsule_showDefaultPercentage_boolean = eventData.data.progress_capsule_showDefaultPercentage_boolean;
this.progress_ring_strokeWidth_number = eventData.data.progress_ring_strokeWidth_number;
this.progress_ring_strokeWidth_string = eventData.data.progress_ring_strokeWidth_string;
this.progress_ring_strokeWidth_resource = eventData.data.progress_ring_strokeWidth_resource;
this.progress_ring_shadow_bool = eventData.data.progress_ring_shadow_bool;
this.progress_ring_status_progressStatus = eventData.data.progress_ring_status_progressStatus;
this.progress_ring_color_purity = eventData.data.progress_ring_color_purity;
this.progress_ring_color_linear_number = eventData.data.progress_ring_color_linear_number;
this.progress_ring_color_linear_string = eventData.data.progress_ring_color_linear_string;
this.progress_ring_color_linear_color = eventData.data.progress_ring_color_linear_color;
this.progress_ring_color_linear_resource = eventData.data.progress_ring_color_linear_resource;
this.progress_ring_color_linear_null = eventData.data.progress_ring_color_linear_null;
this.progress_ring_color_linear_undefined = eventData.data.progress_ring_color_linear_undefined;
this.progress_ring_enableScanEffect_boolean = eventData.data.progress_ring_enableScanEffect_boolean;
this.progress_linear_enableScanEffect_boolean = eventData.data.progress_linear_enableScanEffect_boolean;
}
aboutToAppear(){
var stateChangeEvent = {
eventId: 183,
priority: events_emitter.EventPriority.LOW
}
events_emitter.on(stateChangeEvent, this.stateChangCallBack);
}
build() {
Column() {
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_default')
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_default_default')
.backgroundColor($r('sys.color.ohos_id_color_background'))
.color($r('sys.color.ohos_id_color_emphasize_contrary'))
.style({
borderWidth: $r('sys.float.ohos_id_float_progress_border_width'),
borderColor: $r('sys.color.ohos_id_color_emphasize_contrary'),
font: {
size: $r('sys.float.ohos_id_text_size_button3'),
},
fontColor: $r('sys.color.ohos_id_color_text_primary'),
})
.padding($r('sys.float.ohos_id_alpha_content_fourth'))
.margin($r('sys.float.ohos_id_alpha_highlight_bg'))
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_showDefaultPercentage_default')
.style({
showDefaultPercentage: true
})
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_number')
.style({
borderWidth: this.progress_capsule_borderWidth_number,
borderColor: this.progress_capsule_borderColor_number,
font: {
size: this.progress_capsule_fontSize_number,
weight: this.progress_capsule_fontWeight_number,
style: this.progress_capsule_fontStyle_fontStyle
},
fontColor: this.progress_capsule_fontColor_number,
content: this.progress_capsule_content_string,
enableScanEffect: this.progress_capsule_enableScanEffect_boolean,
showDefaultPercentage: this.progress_capsule_showDefaultPercentage_boolean
})
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_string')
.style({
borderWidth: this.progress_capsule_borderWidth_string,
borderColor: this.progress_capsule_borderColor_string,
font: {
size: this.progress_capsule_fontSize_string,
weight: this.progress_capsule_fontWeight_string,
style: this.progress_capsule_fontStyle_fontStyle
},
fontColor: this.progress_capsule_fontColor_string,
content: this.progress_capsule_content_string,
enableScanEffect: this.progress_capsule_enableScanEffect_boolean,
showDefaultPercentage: this.progress_capsule_showDefaultPercentage_boolean
})
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_enum')
.style({
borderWidth: this.progress_capsule_borderWidth_number,
borderColor: this.progress_capsule_borderColor_color,
font: {
size: this.progress_capsule_fontSize_number,
weight: this.progress_capsule_fontWeight_fontWeight,
style: this.progress_capsule_fontStyle_fontStyle
},
fontColor: this.progress_capsule_fontColor_color,
content: this.progress_capsule_content_string,
enableScanEffect: this.progress_capsule_enableScanEffect_boolean,
showDefaultPercentage: this.progress_capsule_showDefaultPercentage_boolean
})
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_resource')
.style({
borderWidth: this.progress_capsule_borderWidth_resource,
borderColor: this.progress_capsule_borderColor_resource,
font: {
size: this.progress_capsule_fontSize_resource,
weight: this.progress_capsule_fontWeight_number,
style: this.progress_capsule_fontStyle_fontStyle
},
fontColor: this.progress_capsule_fontColor_resource,
content: this.progress_capsule_content_string,
enableScanEffect: this.progress_capsule_enableScanEffect_boolean,
showDefaultPercentage: this.progress_capsule_showDefaultPercentage_boolean
})
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_default')
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_number')
.style({
strokeWidth: this.progress_ring_strokeWidth_number,
shadow: this.progress_ring_shadow_bool,
status: this.progress_ring_status_progressStatus,
enableScanEffect: this.progress_ring_enableScanEffect_boolean
})
.color(this.progress_ring_color_purity)
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_string')
.style({
strokeWidth: this.progress_ring_strokeWidth_string,
shadow: this.progress_ring_shadow_bool,
status: this.progress_ring_status_progressStatus,
enableScanEffect: this.progress_ring_enableScanEffect_boolean
})
.color(this.progress_ring_color_purity)
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_resource')
.style({
strokeWidth: this.progress_ring_strokeWidth_resource,
shadow: this.progress_ring_shadow_bool,
status: this.progress_ring_status_progressStatus,
enableScanEffect: this.progress_ring_enableScanEffect_boolean
})
.color(this.progress_ring_color_purity)
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_linear_number')
.style({
strokeWidth: this.progress_ring_strokeWidth_number,
shadow: this.progress_ring_shadow_bool,
status: this.progress_ring_status_progressStatus
})
.color(this.progress_ring_color_linear_number)
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_linear_string')
.style({
strokeWidth: this.progress_ring_strokeWidth_number,
shadow: this.progress_ring_shadow_bool,
status: this.progress_ring_status_progressStatus
})
.color(this.progress_ring_color_linear_string)
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_linear_color')
.style({
strokeWidth: this.progress_ring_strokeWidth_number,
shadow: this.progress_ring_shadow_bool,
status: this.progress_ring_status_progressStatus
})
.color(this.progress_ring_color_linear_color)
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_linear_resource')
.style({
strokeWidth: this.progress_ring_strokeWidth_number,
shadow: this.progress_ring_shadow_bool,
status: this.progress_ring_status_progressStatus
})
.color(this.progress_ring_color_linear_resource)
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_linear_null')
.style({
strokeWidth: this.progress_ring_strokeWidth_number,
shadow: this.progress_ring_shadow_bool,
status: this.progress_ring_status_progressStatus
})
.color(this.progress_ring_color_linear_null)
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_linear_undefined')
.style({
strokeWidth: this.progress_ring_strokeWidth_number,
shadow: this.progress_ring_shadow_bool,
status: this.progress_ring_status_progressStatus
})
.color(this.progress_ring_color_linear_undefined)
Progress({ value: 60, total: 100, type: ProgressType.Linear })
.key('progress_linear_color_default')
Progress({ value: 60, total: 100, type: ProgressType.Linear })
.key('progress_linear_color_number')
.color(this.progress_ring_color_purity)
.style({
enableScanEffect: this.progress_linear_enableScanEffect_boolean
})
Progress({ value: 60, total: 100, type: ProgressType.Linear })
.key('progress_linear_color_linear_number')
.color(this.progress_ring_color_linear_number)
Progress({ value: 60, total: 100, type: ProgressType.Linear })
.key('progress_linear_color_linear_string')
.color(this.progress_ring_color_linear_string)
Progress({ value: 60, total: 100, type: ProgressType.Linear })
.key('progress_linear_color_linear_color')
.color(this.progress_ring_color_linear_color)
Progress({ value: 60, total: 100, type: ProgressType.Linear })
.key('progress_linear_color_linear_resource')
.color(this.progress_ring_color_linear_resource)
Progress({ value: 60, total: 100, type: ProgressType.Linear })
.key('progress_linear_color_linear_null')
.color(this.progress_ring_color_linear_null)
Progress({ value: 60, total: 100, type: ProgressType.Linear })
.key('progress_linear_color_linear_undefined')
.color(this.progress_ring_color_linear_undefined)
Progress({ value: 60, total: 100, type: ProgressType.Eclipse })
.key('progress_eclipse_color_default')
Progress({ value: 60, total: 100, type: ProgressType.Eclipse })
.key('progress_eclipse_color_number')
.color(this.progress_ring_color_purity)
Progress({ value: 60, total: 100, type: ProgressType.Eclipse })
.key('progress_eclipse_color_linear_number')
.color(this.progress_ring_color_linear_number)
Progress({ value: 60, total: 100, type: ProgressType.Eclipse })
.key('progress_eclipse_color_linear_string')
.color(this.progress_ring_color_linear_string)
Progress({ value: 60, total: 100, type: ProgressType.Eclipse })
.key('progress_eclipse_color_linear_color')
.color(this.progress_ring_color_linear_color)
Progress({ value: 60, total: 100, type: ProgressType.Eclipse })
.key('progress_eclipse_color_linear_resource')
.color(this.progress_ring_color_linear_resource)
Progress({ value: 60, total: 100, type: ProgressType.Eclipse })
.key('progress_eclipse_color_linear_null')
.color(this.progress_ring_color_linear_null)
Progress({ value: 60, total: 100, type: ProgressType.Eclipse })
.key('progress_eclipse_color_linear_undefined')
.color(this.progress_ring_color_linear_undefined)
Progress({ value: 60, total: 100, type: ProgressType.ScaleRing })
.key('progress_scaleRing_color_default')
Progress({ value: 60, total: 100, type: ProgressType.ScaleRing })
.key('progress_scaleRing_color_number')
.color(this.progress_ring_color_purity)
Progress({ value: 60, total: 100, type: ProgressType.ScaleRing })
.key('progress_scaleRing_color_linear_number')
.color(this.progress_ring_color_linear_number)
Progress({ value: 60, total: 100, type: ProgressType.ScaleRing })
.key('progress_scaleRing_color_linear_string')
.color(this.progress_ring_color_linear_string)
Progress({ value: 60, total: 100, type: ProgressType.ScaleRing })
.key('progress_scaleRing_color_linear_color')
.color(this.progress_ring_color_linear_color)
Progress({ value: 60, total: 100, type: ProgressType.ScaleRing })
.key('progress_scaleRing_color_linear_resource')
.color(this.progress_ring_color_linear_resource)
Progress({ value: 60, total: 100, type: ProgressType.ScaleRing })
.key('progress_scaleRing_color_linear_null')
.color(this.progress_ring_color_linear_null)
Progress({ value: 60, total: 100, type: ProgressType.ScaleRing })
.key('progress_scaleRing_color_linear_undefined')
.color(this.progress_ring_color_linear_undefined)
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_color_default')
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_color_number')
.color(this.progress_ring_color_purity)
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_color_linear_number')
.color(this.progress_ring_color_linear_number)
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_color_linear_string')
.color(this.progress_ring_color_linear_string)
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_color_linear_color')
.color(this.progress_ring_color_linear_color)
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_color_linear_resource')
.color(this.progress_ring_color_linear_resource)
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_color_linear_null')
.color(this.progress_ring_color_linear_null)
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_color_linear_undefined')
.color(this.progress_ring_color_linear_undefined)
}
.width('100%')
}
}
\ No newline at end of file
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/ets/test/List.test.ets
浏览文件 @
bcdedf8f
...
...
@@ -13,7 +13,9 @@
* limitations under the License.
*/
import progressTest from './progress'
import progressSecTest from './progressSec'
export default function testsuite() {
progressTest()
progressSecTest()
}
\ No newline at end of file
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/ets/test/Utils.ets
0 → 100755
浏览文件 @
bcdedf8f
/*
* Copyright (c) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export default class Utils {
static sleep(time){
return new Promise((resolve,reject)=>{
setTimeout(()=>{
resolve("ok")
},time)
}).then(()=>{
console.info(`sleep ${time} over...`)
})
}
}
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/ets/test/progressSec.ets
0 → 100755
浏览文件 @
bcdedf8f
因为 它太大了无法显示 source diff 。你可以改为
查看blob
。
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/module.json
浏览文件 @
bcdedf8f
{
"module"
:
{
"name"
:
"
phone
"
,
"name"
:
"
entry_test
"
,
"type"
:
"feature"
,
"description"
:
"$string:module_test_desc"
,
"mainElement"
:
"TestAbility"
,
...
...
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/resources/base/profile/test_pages.json
浏览文件 @
bcdedf8f
{
"src"
:
[
"TestAbility/pages/Index"
"TestAbility/pages/Index"
,
"TestAbility/pages/IndexSec"
]
}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录