guhongwei 2 年之前
父节点
当前提交
4b0fb78571
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/login/index.vue

+ 1 - 1
pages/login/index.vue

@@ -436,7 +436,7 @@
 						if (e == 'wx') {
 							if (openid) {
 								const res = await that.$api(`/user/wxLogin`, 'POST', {
-									openid: 'oQO3i5evGgoJbTbERuHRmrbHFRfk'
+									openid: openid
 								})
 								if (res.errcode == '0') {
 									uni.setStorage({