Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
20b4d631
Commit
20b4d631
authored
Apr 12, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改1
parent
cbb052b1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
index.vue
pages/index/index.vue
+6
-4
salesvolume.vue
pages/share/salesvolume.vue
+1
-1
No files found.
pages/index/index.vue
View file @
20b4d631
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<u-icon
name=
"arrow-left"
size=
"44"
></u-icon>
<u-icon
name=
"arrow-left"
size=
"44"
></u-icon>
</view>
</view>
</view>
</view>
<
!--
<view
@
click=
'yj'
style=
"width: 200px;height: 50px;"
>
活动
</view>
--
>
<
view
@
click=
'yj'
style=
"width: 200px;height: 50px;"
>
活动
</view
>
<u-tabs
v-if=
"myPageData.home_pages && myPageData.home_pages.navs.length > 1"
name=
"name"
:list=
"myPageData.home_pages.navs"
<u-tabs
v-if=
"myPageData.home_pages && myPageData.home_pages.navs.length > 1"
name=
"name"
:list=
"myPageData.home_pages.navs"
:is-scroll=
"true"
:active-color=
"mainColor"
:current=
"active"
:bar-width=
"80"
:font-size=
"32"
:bold=
"false"
@
change=
"changeHandler"
></u-tabs>
:is-scroll=
"true"
:active-color=
"mainColor"
:current=
"active"
:bar-width=
"80"
:font-size=
"32"
:bold=
"false"
@
change=
"changeHandler"
></u-tabs>
<template
v-for=
"(item, i) in myPageData.home_pages.navs"
>
<template
v-for=
"(item, i) in myPageData.home_pages.navs"
>
...
@@ -725,20 +725,21 @@
...
@@ -725,20 +725,21 @@
}
}
);
);
},
},
closeBtn
(){
closeBtn
_order
(){
this
.
showorder
=
false
this
.
showorder
=
false
},
},
gosalesvolume
(){
gosalesvolume
(){
this
.
showorder
=
false
;
this
.
showorder
=
false
;
setTimeout
(()
=>
{
setTimeout
(()
=>
{
let
UserId
=
uni
.
getStorageSync
(
'mall_UserInfo'
)?
uni
.
getStorageSync
(
'mall_UserInfo'
).
UserId
:
0
;
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
"/pages/share/salesvolume
"
,
url
:
"/pages/share/salesvolume
?UserId="
+
UserId
,
});
});
},
10
)
},
10
)
},
},
sharejump
(){
//分享的总跳转
sharejump
(){
//分享的总跳转
let
that
=
this
let
that
=
this
//
this.getorderPupop()//4-9号新加
this
.
getorderPupop
()
//4-9号新加
setTimeout
(()
=>
{
setTimeout
(()
=>
{
if
(
that
.
JumpType
==
1
)
{
if
(
that
.
JumpType
==
1
)
{
//商品详情
//商品详情
...
@@ -1206,6 +1207,7 @@
...
@@ -1206,6 +1207,7 @@
url
:
'/pages/coupon/cards/purchase'
url
:
'/pages/coupon/cards/purchase'
// url: '/pages/share/index/index'
// url: '/pages/share/index/index'
})
})
}
}
},
},
};
};
...
...
pages/share/salesvolume.vue
View file @
20b4d631
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/salesxiala.png"
style=
"width: 17px;height: 17px;margin-left: 7px;"
></image>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/salesxiala.png"
style=
"width: 17px;height: 17px;margin-left: 7px;"
></image>
</view>
</view>
</view>
</view>
<canvas
type=
"2d"
canvas-id=
"canvasColumn"
id=
"canvasColumn"
class=
"charts"
disable-scroll=
true
<canvas
canvas-id=
"canvasColumn"
id=
"canvasColumn"
class=
"charts"
disable-scroll=
true
@
touchstart=
"touchColumn"
@
touchmove=
"moveColumn"
@
touchend=
"touchEndColumn"
>
@
touchstart=
"touchColumn"
@
touchmove=
"moveColumn"
@
touchend=
"touchEndColumn"
>
</canvas>
</canvas>
...
...
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