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
69fa74ea
Commit
69fa74ea
authored
Aug 14, 2024
by
彭佳妮(贵阳日报)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.platform.xinhuaapp.com/pengjiani/groupPurchase-miniapp
parents
f4e8146e
d5b86f44
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
3 deletions
+18
-3
detail.vue
src/pages/storeEntry/detail.vue
+12
-2
index.vue
src/pages/storeEntry/index.vue
+1
-1
yarn.lock
yarn.lock
+5
-0
No files found.
src/pages/storeEntry/detail.vue
View file @
69fa74ea
...
...
@@ -391,7 +391,17 @@ onLoad((options) => {
}
getShopCategoryFun
();
});
onUnload
(()
=>
{
try
{
const
value
=
xma
.
getStorageSync
(
'storage_choosedShopInfo'
);
if
(
value
&&
JSON
.
parse
(
value
).
length
>
0
)
{
console
.
log
(
'hhh'
);
xma
.
removeStorageSync
(
'storage_choosedShopInfo'
);
}
}
catch
(
e
)
{
// error
}
});
// 获取店铺入驻分类(弹窗tree)
const
getShopCategoryFun
=
async
()
=>
{
const
res
=
await
sgyrShopCategory
();
...
...
@@ -679,7 +689,7 @@ const submitData = () => {
});
}
try
{
xma
.
setStorageSync
(
'storage_choosedShopInfo'
,
{}
);
xma
.
removeStorageSync
(
'storage_choosedShopInfo'
);
xma
.
showToast
({
title
:
'修改成功'
,
icon
:
'success'
,
...
...
src/pages/storeEntry/index.vue
View file @
69fa74ea
...
...
@@ -123,7 +123,7 @@ const deleteShop = (shopId) => {
min-height
:
calc
(
100vh
-
160rpx
);
.content
{
// padding-top: 88rpx;
// padding-top: 88rpx;
.listcon
{
margin-top
:
10px
;
...
...
yarn.lock
View file @
69fa74ea
...
...
@@ -6198,6 +6198,11 @@ xinhua-sdk@*:
resolved "https://registry.npmmirror.com/xinhua-sdk/-/xinhua-sdk-1.6.1.tgz"
integrity sha512-Pjhwgn6lme5MxA6EcXQLD7ZEZMUZWJ714yLJCOkwEW96Yr0oS2JItnJA4NNYUP2hQBqQLc9SAUrOn9QOpFcQdw==
xinhua-sdk@^1.8.0:
version "1.8.0"
resolved "https://registry.npmmirror.com/xinhua-sdk/-/xinhua-sdk-1.8.0.tgz#a67fd21ed76f4489935cb5b4b0c9b8fde544da6b"
integrity sha512-5aXpi+zql1d+ojaERMtcgGZHsVEJAyKRctQJ8RlixPRa0jttBTTIaZaMXUzJtLxlnB82n4uhX/oJ8TNb65TbPA==
xml-name-validator@^4.0.0:
version "4.0.0"
resolved "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz"
...
...
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