order_detail.js 237 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 Page({ data: {}, onLoad: async function(options) { getApp().globalData.ts_trans_data=options; getApp().goto('/packageG/pages/user/order_detail/order_detail?transfer=1'); }, //显示加载 onShow:function(){ }, })