提交 0b7f3061 编写于 作者: Q qinliwen

<add log>

Signed-off-by: Nqinliwen <qinliwen3@huawei.com>
上级 2530568f
...@@ -52,6 +52,8 @@ export struct CustomContainer { ...@@ -52,6 +52,8 @@ export struct CustomContainer {
this.isEnabled = true this.isEnabled = true
this.Vue = false this.Vue = false
this.clickFrequency++ this.clickFrequency++
Logger.info(`qlw`, `clickFrequency: ${this.clickFrequency}`)
Logger.info(`qlw`, `testingFrequency: ${this.testingFrequency}`)
if (this.clickFrequency === this.testingFrequency){ if (this.clickFrequency === this.testingFrequency){
router.back({ router.back({
url:this.Url, url:this.Url,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册