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
a1a1ee63
authored
May 31, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
0567e434
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
7 deletions
assets/css/mine/orderdetail.scss
pages/mine/login.vue
pages/mine/orderdetail.vue
pages/mine/shoporder.vue
assets/css/mine/orderdetail.scss
View file @
a1a1ee63
...
...
@@ -465,8 +465,8 @@
font-weight
:
600
;
}
.btn
{
width
:
1
6
0rpx
;
height
:
8
0rpx
;
width
:
1
2
0rpx
;
height
:
6
0rpx
;
margin-right
:
24rpx
;
&
:last-child
{
margin-right
:
0
;
...
...
pages/mine/login.vue
View file @
a1a1ee63
<
template
>
<view
class=
"page-login"
>
<text
class=
"iconfont icon-xxx"
v-back
></text>
<
image
src=
"../../static/logo.png"
mode=
"aspectFill"
class=
"logo"
></image
>
<
navigator
url=
"/"
><image
src=
"../../static/logo.png"
mode=
"aspectFill"
class=
"logo"
></image></navigator
>
<view
class=
"tab"
:class=
"
{ mb40: curr == 1 }">
<text
class=
"box"
v-for=
"(item, index) in text_item"
:key=
"index"
:class=
"
{ curr: index == curr }" @click="tab(index)">
{{
item
}}
</text>
</view>
...
...
pages/mine/orderdetail.vue
View file @
a1a1ee63
...
...
@@ -344,7 +344,7 @@
</view>
<view
class=
"btn row bothSide verCenter"
>
<view
class=
"btn1 row rowCenter verCenter"
@
click=
"close(1)"
>
关闭
</view>
<navigator
url=
"joincart"
hover-class=
"none"
class=
"btn2 row rowCenter verCenter"
>
前往购物车
</navigator>
<navigator
url=
"
/
joincart"
hover-class=
"none"
class=
"btn2 row rowCenter verCenter"
>
前往购物车
</navigator>
</view>
</
template
>
<
template
v-else-if=
"tipType == 2"
>
...
...
@@ -404,8 +404,12 @@ export default {
open
()
{
this
.
$refs
.
popup
.
open
(
'bottom'
);
},
close
()
{
this
.
$refs
.
popup
.
close
();
close
(
type
)
{
if
(
type
==
1
)
{
this
.
$refs
.
popupCenter
.
close
();
}
else
{
this
.
$refs
.
popup
.
close
();
}
},
filterChange
(
index
)
{
this
.
$set
(
this
.
shipping_flag
,
index
,
(
this
.
shipping_flag
[
index
]
=
!
this
.
shipping_flag
[
index
]));
...
...
@@ -428,6 +432,7 @@ export default {
icon
:
'success'
});
setTimeout
(()
=>
{
this
.
close
();
this
.
getData
();
},
2000
);
}
else
{
...
...
pages/mine/shoporder.vue
View file @
a1a1ee63
...
...
@@ -125,7 +125,7 @@
</view>
<view
class=
"btn row bothSide verCenter"
>
<view
class=
"btn1 row rowCenter verCenter"
@
click=
"close(1)"
>
关闭
</view>
<navigator
url=
"joincart"
hover-class=
"none"
class=
"btn2 row rowCenter verCenter"
>
前往购物车
</navigator>
<navigator
url=
"
/
joincart"
hover-class=
"none"
class=
"btn2 row rowCenter verCenter"
>
前往购物车
</navigator>
</view>
</
template
>
<
template
v-else-if=
"tipType == 2"
>
...
...
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