This commit is contained in:
haomingming
2025-10-15 11:44:47 +08:00
parent dd9b2984b2
commit 2a1f4a2405
12 changed files with 352 additions and 104 deletions
+3 -12
View File
@@ -69,18 +69,6 @@
"title": "用户服务协议" // 协议名称
}
]
},
"buttons": { // 自定义页面下方按钮仅全屏模式生效(3.1.14+ 版本支持)
"iconWidth": "45px", // 图标宽度(高度等比例缩放) 默认值:45px
"list": [{
"provider": "apple",
"iconPath": "/static/apple.png" // 图标路径仅支持本地图片
},
{
"provider": "weixin",
"iconPath": "/static/wechat.png" // 图标路径仅支持本地图片
}
]
}
},
success(res) { // 登录成功
@@ -89,6 +77,9 @@
fail(res) { // 登录失败
console.log(res.errCode)
console.log(res.errMsg)
uni.redirectTo({
url: '/pages_app/login/login?univerify=0'
});
}
})
// #endif