Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
7e66e689
Commit
7e66e689
authored
Dec 18, 2024
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页弹框
parent
c69b8ab8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-9
src/components/common/ImproveInformation.vue
+5
-6
src/components/newCustomer/newPolite.vue
+3
-3
src/pages/home/index.vue
+3
-0
No files found.
src/components/common/ImproveInformation.vue
View file @
7e66e689
...
...
@@ -39,14 +39,13 @@ export default {
components
:
{},
computed
:
{},
onShow
()
{
console
.
log
(
'ImproveInformation-onShow->'
)
this
.
init
();
},
created
()
{
this
.
init
();
console
.
log
(
'ImproveInformation-created->'
,
wx
.
getStorageSync
(
'sessionid'
))
created
()
{},
mounted
()
{
// this.init();
// console.log('ImproveInformation-created->', wx.getStorageSync('sessionid'))
},
mounted
()
{
},
methods
:
{
async
init
()
{
if
(
wx
.
getStorageSync
(
'notPromptFlag'
))
{
...
...
src/components/newCustomer/newPolite.vue
View file @
7e66e689
...
...
@@ -44,7 +44,7 @@
<div
class=
"btn"
>
<img
src=
"http://cdn.mayi888.com/public/png/e5922aa4-5edd-4aee-909d-4a63c3459cd9.png"
alt
/>
<span
v-if=
"sessionId"
@
click=
"closeHandle"
>
立即收下
</span>
<span
v-else
@
click=
"toReceive"
>
立即领取
</span>
<span
v-else
@
click=
"toReceive"
>
关闭
</span>
</div>
<div
class=
"bg"
>
<img
src=
"http://cdn.mayi888.com/public/png/649d4190-80a8-43b2-a2ac-b8cb83daee1f.png"
alt
/>
...
...
@@ -157,7 +157,7 @@ export default {
position
:
absolute
;
width
:
100%
;
margin
:
auto
;
top
:
4
%
;
top
:
20
%
;
.name{
position
:
absolute
;
width
:
100%
;
...
...
@@ -250,7 +250,7 @@ export default {
}
.bg
{
width
:
95%
;
height
:
8
0vh
;
height
:
7
0vh
;
margin
:
0
auto
;
img{
width
:
100%
;
...
...
src/pages/home/index.vue
View file @
7e66e689
...
...
@@ -1149,6 +1149,9 @@ export default {
}
}
}
if
(
!
this
.
showgiftBag
)
{
this
.
$refs
.
ImproveInformation
.
init
();
}
});
}
},
1000
);
...
...
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