Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b0109c45
authored
May 24, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
da2f5d6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
pages/mine/shoporder.vue
pages/mine/user.vue
pages/mine/shoporder.vue
View file @
b0109c45
<
template
>
<view
class=
"page-userOrder"
>
<drag-button-follow
follow=
"left,right"
className=
"drag-button"
class=
"drag-button"
:url=
"kfqq
_xk
"
></drag-button-follow>
<drag-button-follow
follow=
"left,right"
className=
"drag-button"
class=
"drag-button"
:url=
"kfqq"
></drag-button-follow>
<view
class=
"top"
>
<view
class=
"head row bothSide verCenter"
>
<view
class=
"left row verCenter"
>
...
...
@@ -153,7 +153,7 @@ export default {
format
:
true
});
return
{
kfqq
_xk
:
''
,
kfqq
:
''
,
time
:
currentDate
,
arr
:
[
'全部'
,
'待付款'
,
'待收货'
,
'已完结订单'
],
curr
:
0
,
...
...
@@ -172,8 +172,10 @@ export default {
}
};
},
onLoad
()
{
this
.
kfqq_xk
=
this
.
$globalData
&&
this
.
$globalData
.
kfqq_xk
;
mounted
()
{
setTimeout
(()
=>
{
this
.
kfqq
=
this
.
$globalData
&&
this
.
$globalData
.
kfqq_xk
;
},
500
);
},
onShow
()
{
this
.
getData
();
...
...
pages/mine/user.vue
View file @
b0109c45
...
...
@@ -25,7 +25,7 @@
<text
class=
"tt"
>
我的优惠券
</text>
<text
class=
"tip"
></text>
</navigator>
<a
class=
"box column rowCenter verCenter"
:href=
"kfqq
_xk
"
>
<a
class=
"box column rowCenter verCenter"
:href=
"kfqq"
>
<image
src=
"../../static/qq.png"
></image>
<text
class=
"tt"
>
我的客服
</text>
</a>
...
...
@@ -120,13 +120,15 @@ export default {
},
data
()
{
return
{
kfqq
_xk
:
''
,
kfqq
:
''
,
userInfo
:
{},
activity_list
:
[]
};
},
onLoad
()
{
this
.
kfqq_xk
=
this
.
$globalData
&&
this
.
$globalData
.
kfqq_xk
;
mounted
()
{
setTimeout
(()
=>
{
this
.
kfqq
=
this
.
$globalData
&&
this
.
$globalData
.
kfqq_xk
;
},
500
);
},
onShow
()
{
this
.
getData
();
...
...
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