マイクロメッセージウィジェットは左上隅の戻りキーを設定して特定のインタフェースにジャンプします

123 ワード

onUnload: function () {
     wx.reLaunch({
       url: '../admin/admin'
     })
   }