未验证 提交 ba149556 编写于 作者: O openharmony_ci 提交者: Gitee

!4176 编码规范

Merge pull request !4176 from 白荷/master
......@@ -26,20 +26,20 @@ export default {
this.title = this.$t('strings.world');
},
onShow() {
console.info('onShow finish')
const core = Core.getInstance()
console.info('onShow finish');
const core = Core.getInstance();
const expectExtend = new ExpectExtend({
'id': 'extend'
})
core.addService('expect', expectExtend)
core.init()
core.addService('expect', expectExtend);
core.init();
const configService = core.getDefaultService('config')
const configService = core.getDefaultService('config');
this.timeout = 120000;
configService.setConfig(this)
configService.setConfig(this);
require('../../../test/List.test')
core.execute()
require('../../../test/List.test');
core.execute();
},
onReady() {
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册