Component({ properties: { title:"", showBtn:true }, data: { }, attached: async function () { }, methods: { gotoLogin(){ wx.navigateTo({ url: "../../userLogin/pages/login/index" }) } } })