还需要没有登录就跳到 profile 页面让他登录

wechat_user_type
Ge Hao 8 years ago
parent 09d3c4a8bf
commit 59e5e22797
  1. 1
      utils/order.js

@ -1,6 +1,7 @@
const app = getApp()
function postBilling (data, resolve) {
data['token'] = app.globalData.token
wx.request({
method: 'POST',
url: `${app.globalData.API_URL}/orders`,

Loading…
Cancel
Save