this.context.start({
success: (a) => {
console.log("开启成功");
},
fail: (error) => {
console.log("开启失败:", error);
}
});