Commit 1248d4d2 authored by spc's avatar spc

user less fixed

parent e74f9654
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
// 返回按钮样式 // 返回按钮样式
.nav-left { .nav-left {
position: fixed; position: fixed;
top: 60rpx; top: 100rpx;
left: 30rpx; left: 30rpx;
z-index: 999; z-index: 999;
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
// 返回按钮样式 // 返回按钮样式
.nav-left { .nav-left {
position: fixed; position: fixed;
top: 60rpx; top: 100rpx;
left: 30rpx; left: 30rpx;
z-index: 999; z-index: 999;
......
...@@ -71,7 +71,7 @@ export const useUserStore = defineStore("userInfo", { ...@@ -71,7 +71,7 @@ export const useUserStore = defineStore("userInfo", {
* @param {Object} data : {encryptedData, iv, code} * @param {Object} data : {encryptedData, iv, code}
* @returns * @returns
*/ */
async phoneCallback(data, onOpenRegisterFn = () => { }, cb=null, cb2=null,invitationInfo=null) { async phoneCallback(data, onOpenRegisterFn = () => { }, cb = null, cb2 = null, invitationInfo = null) {
uni.login({ uni.login({
provider: "weixin", provider: "weixin",
success: async (res) => { 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