Browse Source

bug

master
yibo 6 years ago
parent
commit
70e4200edc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.js

+ 1
- 1
app.js View File

@ -12,7 +12,7 @@ App({
var path = options.path;
if (options.query.id) {
wx.reLaunch({
url: '/pages/login/login',
url: '/pages/empty/login',
complete: function(res) {
that.globalData.shareInPath = path;
that.globalData.shareInParameter = options.query;


Loading…
Cancel
Save