提交 4caebef2 编写于 作者: S sunjiakun

fixed 327a5d80 from https://gitee.com/sunjiakun/xts_acts/pulls/8831

修正DatePanel组件XTS默认值错误
Signed-off-by: Nsunjiakun <sunjiakun3@huawei.com>
上级 a67ecd89
......@@ -1928,7 +1928,7 @@ export default function datapanelTest() {
console.info("ArkUX_Stage_DataPanel_TrackShadow_0200 component obj.$attrs is: " + JSON.stringify(obj.$attrs));
console.info("ArkUX_Stage_DataPanel_TrackShadow_0200 component obj.$attrs.trackShadow is: " +
JSON.stringify(obj.$attrs.trackShadow));
expect(obj.$attrs.trackShadow.radius).assertEqual("-1.000000");
expect(obj.$attrs.trackShadow.radius).assertEqual("5.000000");
console.info('ArkUX_Stage_DataPanel_TrackShadow_0200 END ');
done();
} catch (err) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册