Commit 1248d4d2 authored by spc's avatar spc

user less fixed

parent e74f9654
......@@ -26,7 +26,7 @@
// 返回按钮样式
.nav-left {
position: fixed;
top: 60rpx;
top: 100rpx;
left: 30rpx;
z-index: 999;
......
......@@ -10,7 +10,7 @@
// 返回按钮样式
.nav-left {
position: fixed;
top: 60rpx;
top: 100rpx;
left: 30rpx;
z-index: 999;
......
......@@ -71,7 +71,7 @@ export const useUserStore = defineStore("userInfo", {
* @param {Object} data : {encryptedData, iv, code}
* @returns
*/
async phoneCallback(data, onOpenRegisterFn = () => { }, cb=null, cb2=null,invitationInfo=null) {
async phoneCallback(data, onOpenRegisterFn = () => { }, cb = null, cb2 = null, invitationInfo = null) {
uni.login({
provider: "weixin",
success: async (res) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment