Commit 512f1fe2ce89c2b229fd598f66a7a8f86b7ac9c4
1 parent
62ce15cf
no message
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/cardinfo/cardinfo.js
... | ... | @@ -423,7 +423,7 @@ Page({ |
423 | 423 | var scene = getApp().globalData.user_id; |
424 | 424 | console.log("二维码主键",scene); |
425 | 425 | ///二微码 |
426 | - var vpath="", | |
426 | + var vpath=""; | |
427 | 427 | var path3 = os.url + "/api/wx/open/app/user/getWeAppEwm/" + |
428 | 428 | os.stoid + "?sceneValue=" + scene + "&pageValue=pages/user/plus/plus"; |
429 | 429 | wx.getImageInfo({ | ... | ... |