feat:新增PDD跳转注册页面code授权码
This commit is contained in:
parent
05ecbce6cf
commit
3a2d61e13c
@ -319,6 +319,7 @@ const handleRegister = async () => {
|
||||
urlParams.value.pddMallName = result.data.pddMallName || ''
|
||||
urlParams.value.skuSpec = result.data.skuSpec || ''
|
||||
|
||||
|
||||
// 更新用户名
|
||||
if (urlParams.value.pddMallId) {
|
||||
formData.value.username = 'pdd' + urlParams.value.pddMallId
|
||||
@ -351,7 +352,7 @@ const handleRegister = async () => {
|
||||
// 拼多多相关参数
|
||||
pddMallId: urlParams.value.pddMallId || '',
|
||||
pddMallName: urlParams.value.pddMallName || '',
|
||||
pddType: urlParams.value.type || '',
|
||||
pddType: "2",
|
||||
accessToken: urlParams.value.accessToken || '',
|
||||
skuSpec: urlParams.value.skuSpec || ''
|
||||
}
|
||||
@ -610,6 +611,7 @@ onMounted(() => {
|
||||
.right-section {
|
||||
flex: 1;
|
||||
max-width: 600px;
|
||||
margin-left: 144px;
|
||||
}
|
||||
|
||||
.login-info {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user