作者 wumengyu

优化获取openid

@@ -101,7 +101,11 @@ Page({ @@ -101,7 +101,11 @@ Page({
101 */ 101 */
102 onShow: function () { 102 onShow: function () {
103 let self = this; 103 let self = this;
  104 + wx.showLoading({title:'加载中',mask:true});
104 self.login(); 105 self.login();
  106 + setTimeout(function () {
  107 + wx.hideLoading()
  108 + }, 1000);
105 }, 109 },
106 110
107 /** 111 /**