Commit a3d3dfb0 authored by lyong's avatar lyong

"refactor(factoryTest): 添加factoryFlag检查逻辑并在onShow中初始化"

parent 9961e931
......@@ -229,6 +229,9 @@
onShow: function () {
console.log(this.$uri + "===========onShow=============");
if(userData.factoryFlag != 1){
userData.factoryFlag = 1;
}
var process = require("@system.process")
if (process.platform == "win32") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment