Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FuLiMini
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangjian
FuLiMini
Commits
b0de01dd
Commit
b0de01dd
authored
Apr 25, 2022
by
wangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6c7c640c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
+11
-5
pwdCodeAlert.vue
components/pwdCodeAlert/pwdCodeAlert.vue
+4
-1
smsCodeAlert.vue
components/smsCodeAlert/smsCodeAlert.vue
+5
-2
home.vue
pages/home/home.vue
+1
-1
coupon.vue
pagesA/coupon/coupon.vue
+1
-1
No files found.
components/pwdCodeAlert/pwdCodeAlert.vue
View file @
b0de01dd
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<view
class=
"title"
>
请输入支付密码
</view>
<view
class=
"title"
>
请输入支付密码
</view>
<view
class=
"subTitle"
>
您即将支付
</view>
<view
class=
"subTitle"
>
您即将支付
</view>
<view
class=
"integral"
>
{{
integral
}}
<text>
积分
</text></view>
<view
class=
"integral"
>
{{
integral
}}
<text>
积分
</text></view>
<validCode
:maxlength=
"6"
:isPwd=
"true"
@
finish=
"getPwd"
@
inputChange=
"inputChange"
></validCode>
<validCode
ref=
"pwd"
:maxlength=
"6"
:isPwd=
"true"
@
finish=
"getPwd"
@
inputChange=
"inputChange"
></validCode>
<view
@
click=
"submit()"
class=
"buy-bottom"
:style=
"
{'background-color':btnActive?'#FF0520':''}">确认支付
</view>
<view
@
click=
"submit()"
class=
"buy-bottom"
:style=
"
{'background-color':btnActive?'#FF0520':''}">确认支付
</view>
</view>
</view>
</view>
</view>
...
@@ -45,9 +45,12 @@
...
@@ -45,9 +45,12 @@
if
(
!
this
.
btnActive
)
{
if
(
!
this
.
btnActive
)
{
return
return
}
}
this
.
close
()
this
.
$emit
(
'pwdSubmit'
,
this
.
pwd
)
this
.
$emit
(
'pwdSubmit'
,
this
.
pwd
)
},
},
close
()
{
close
()
{
this
.
pwd
=
''
this
.
$refs
.
pwd
.
clear
()
this
.
$parent
[
this
.
closeName
]
=
false
this
.
$parent
[
this
.
closeName
]
=
false
}
}
}
}
...
...
components/smsCodeAlert/smsCodeAlert.vue
View file @
b0de01dd
...
@@ -5,9 +5,9 @@
...
@@ -5,9 +5,9 @@
<view
class=
"title"
>
短信验证
</view>
<view
class=
"title"
>
短信验证
</view>
<view
class=
"subTitle"
>
已向
<text>
{{
getPhone
}}
</text>
手机号发送了一条验证短信,请将验证码填写进输入框中。
</view>
<view
class=
"subTitle"
>
已向
<text>
{{
getPhone
}}
</text>
手机号发送了一条验证短信,请将验证码填写进输入框中。
</view>
<view
class=
"code-content"
>
<view
class=
"code-content"
>
<validCode
:maxlength=
"4"
@
finish=
"getPwd"
@
inputChange=
"inputChange"
></validCode>
<validCode
ref=
"code"
:maxlength=
"4"
@
finish=
"getPwd"
@
inputChange=
"inputChange"
></validCode>
</view>
</view>
<view
@
click=
"submit()"
class=
"buy-bottom"
:style=
"
{'background-color':btnActive?'#FF0520':''}">确认
支付
</view>
<view
@
click=
"submit()"
class=
"buy-bottom"
:style=
"
{'background-color':btnActive?'#FF0520':''}">确认
</view>
</view>
</view>
</view>
</view>
</
template
>
</
template
>
...
@@ -48,9 +48,12 @@
...
@@ -48,9 +48,12 @@
if
(
!
this
.
btnActive
)
{
if
(
!
this
.
btnActive
)
{
return
return
}
}
this
.
close
()
this
.
$emit
(
'smsCodeSubmit'
,
this
.
code
)
this
.
$emit
(
'smsCodeSubmit'
,
this
.
code
)
},
},
close
()
{
close
()
{
this
.
code
=
''
this
.
$refs
.
code
.
clear
()
this
.
$parent
[
this
.
closeName
]
=
false
this
.
$parent
[
this
.
closeName
]
=
false
}
}
},
},
...
...
pages/home/home.vue
View file @
b0de01dd
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
</view>
</view>
</view>
</view>
</view>
</view>
<
uni-load-more
v-if=
"brandList.length > 0"
:status=
"loadingType"
></uni-load-more
>
<
!--
<uni-load-more
v-if=
"brandList.length > 0"
:status=
"loadingType"
></uni-load-more>
--
>
</view>
</view>
</
template
>
</
template
>
...
...
pagesA/coupon/coupon.vue
View file @
b0de01dd
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
<uni-load-more
:status=
"loadingType"
v-if=
"list.length>0"
></uni-load-more>
<uni-load-more
:status=
"loadingType"
v-if=
"list.length>0"
></uni-load-more>
<view
class=
"empty"
v-if=
"list.length
<
=
0
&&
loadingType
!=
'
loading
'"
>
<view
class=
"empty"
v-if=
"list.length
<
=
0
&&
loadingType
!=
'
loading
'"
>
<image
class=
"empty-img"
src=
"../../static/empty-coupon.png"
mode=
""
></image>
<image
class=
"empty-img"
src=
"../../static/empty-coupon.png"
mode=
""
></image>
<view
class=
"empty-text"
>
暂无
订单
</view>
<view
class=
"empty-text"
>
暂无
数据
</view>
</view>
</view>
<view
class=
"bottom"
v-if=
"selectBtn"
:style=
"
{'height':safeAreaBottom+60+'px'}">
<view
class=
"bottom"
v-if=
"selectBtn"
:style=
"
{'height':safeAreaBottom+60+'px'}">
<view
class=
"left"
>
<view
class=
"left"
>
...
...
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