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
22aa120e
authored
May 19, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
5b0fa2e5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
31 deletions
pages/mine/coupdz.vue
pages/mine/login.vue
pages/mine/coupdz.vue
View file @
22aa120e
...
...
@@ -34,30 +34,7 @@
<view
class=
"center row rowCenter verCenter"
>
筛选
</view>
<view
class=
"right row"
><text
class=
"iconfont icon-xxx"
@
click=
"close()"
></text></view>
</view>
<view
class=
"filter-item"
>
<view
class=
"h2"
>
下单时间
</view>
<view
class=
"time-filter row bothSide verCenter"
>
<view
class=
"time row bothSide verCenter"
>
<picker
mode=
"date"
:value=
"date"
@
change=
"bindDateChange"
>
<view
class=
"uni-input"
>
{{
date
}}
</view>
</picker>
<text
class=
"iconfont icon-juxing2"
></text>
</view>
<text
class=
"line"
>
-
</text>
<view
class=
"time row bothSide verCenter"
>
<picker
mode=
"date"
:value=
"date"
@
change=
"bindDateChange"
>
<view
class=
"uni-input"
>
{{
date
}}
</view>
</picker>
<text
class=
"iconfont icon-juxing2"
></text>
</view>
</view>
<view
class=
"h2"
>
币种
</view>
<view
class=
"tab row"
>
<view
class=
"box curr row rowCenter verCenter"
>
全部
</view>
<view
class=
"box row rowCenter verCenter"
>
人民币
</view>
<view
class=
"box row rowCenter verCenter"
>
美元
</view>
</view>
</view>
<view
class=
"btn row bothSide verCenter"
>
<view
class=
"btn0 row rowCenter verCenter"
>
重置
</view>
<view
class=
"btn1 row rowCenter verCenter"
>
筛选
</view>
...
...
pages/mine/login.vue
View file @
22aa120e
...
...
@@ -108,13 +108,7 @@ export default {
}
};
},
onLoad
()
{
delCookie
(
'Yo4teW_csrf'
);
delCookie
(
'Yo4teW_gid'
);
delCookie
(
'Yo4teW_uid'
);
delCookie
(
'Yo4teW_lskey'
);
delCookie
(
'Yo4teW_skey'
);
},
onLoad
()
{},
methods
:
{
bindPickerChange
:
function
(
e
)
{
console
.
log
(
'picker发送选择改变,携带值为'
,
e
.
detail
.
value
);
...
...
@@ -214,6 +208,11 @@ export default {
this
.
request
(
Api_Url
+
'/login/action'
,
'POST'
,
this
.
formParams
,
true
,
true
).
then
(
res
=>
{
if
(
res
.
err_code
===
0
)
{
delCookie
(
'Yo4teW_csrf'
);
delCookie
(
'Yo4teW_gid'
);
delCookie
(
'Yo4teW_uid'
);
delCookie
(
'Yo4teW_lskey'
);
delCookie
(
'Yo4teW_skey'
);
this
.
verify_flag
=
false
;
uni
.
showToast
({
title
:
'登录成功'
,
...
...
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