guhongwei 4 年之前
父节点
当前提交
1a57caf010
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pages/setting/setting.js

+ 1 - 0
pages/setting/setting.js

@@ -49,6 +49,7 @@ Page({
     // 模板默认选择
     this.imageChange();
     let data = app.globalData.userInfo;
+    console.log(data);
     this.setData({ userInfo: data });
     // 生成二维码
     this.makeQRCode();