Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
857a8640
Commit
857a8640
authored
Aug 15, 2024
by
蔡亮华(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复商家入驻弹出层遮挡
parent
0b313973
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
detail.vue
src/pages/storeEntry/detail.vue
+9
-1
No files found.
src/pages/storeEntry/detail.vue
View file @
857a8640
<
template
>
<
template
>
<view
class=
"container"
>
<view
class=
"container"
>
<Search
:showTitle=
"true"
title=
"商家入驻"
backgroundBox=
"white"
></Search>
<template
v-if=
"showNavBar"
>
<Search
:showTitle=
"true"
title=
"商家入驻"
backgroundBox=
"white"
></Search>
</
template
>
<view
class=
"content"
>
<view
class=
"content"
>
<view
class=
"formmain"
>
<view
class=
"formmain"
>
...
@@ -237,6 +239,7 @@ const token = getToken();
...
@@ -237,6 +239,7 @@ const token = getToken();
const
action
=
ref
(
import
.
meta
.
env
.
VITE_APP_BASE_URL
+
'/sgyrdd/file/update'
);
const
action
=
ref
(
import
.
meta
.
env
.
VITE_APP_BASE_URL
+
'/sgyrdd/file/update'
);
const
headers
=
ref
(
''
);
const
headers
=
ref
(
''
);
const
fileDomain
=
import
.
meta
.
env
.
VITE_APP_IMG_URL
;
const
fileDomain
=
import
.
meta
.
env
.
VITE_APP_IMG_URL
;
const
showNavBar
=
ref
(
true
);
// 店铺logo图片组
// 店铺logo图片组
const
fileListShopLogo
=
ref
([]);
const
fileListShopLogo
=
ref
([]);
// 身份证正面图片组
// 身份证正面图片组
...
@@ -706,6 +709,7 @@ const submitData = () => {
...
@@ -706,6 +709,7 @@ const submitData = () => {
// 重新定位收货地址
// 重新定位收货地址
async
function
changeLocation
()
{
async
function
changeLocation
()
{
showNavBar
.
value
=
false
;
uni
.
chooseLocation
({
uni
.
chooseLocation
({
success
:
function
(
res
)
{
success
:
function
(
res
)
{
// forMData.value.city = res.address;
// forMData.value.city = res.address;
...
@@ -728,10 +732,14 @@ async function changeLocation() {
...
@@ -728,10 +732,14 @@ async function changeLocation() {
formData
.
area
=
res
.
data
.
result
.
address_component
.
district
;
formData
.
area
=
res
.
data
.
result
.
address_component
.
district
;
ssq
.
value
=
formData
.
province
+
formData
.
city
+
formData
.
area
;
ssq
.
value
=
formData
.
province
+
formData
.
city
+
formData
.
area
;
// showNavBar.value = true;
}
}
},
},
});
});
},
},
complete
:
(
res
)
=>
{
showNavBar
.
value
=
true
;
},
});
});
}
}
</
script
>
</
script
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment