Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
ptfw-uniapp
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
侯忠英
ptfw-uniapp
Commits
791a3c34
Commit
791a3c34
authored
Jul 25, 2019
by
刘攀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
bafbf67d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/components/business/action-sheet-pay/index.vue
+1
-1
index.vue
src/pages/user/address/add/index.vue
+1
-1
index.vue
src/pages/user/address/edit/index.vue
+1
-1
No files found.
src/components/business/action-sheet-pay/index.vue
View file @
791a3c34
...
...
@@ -318,7 +318,7 @@
// #endif
// #ifdef MP-ALIPAY
// 若用户无余额 && 无储值推荐, 且支付金额不大于50(不参与花呗分期),直接拉起支付
!
this
.
userStoreBalance
&&
!
this
.
userPlatformBalance
&&
!
this
.
storedRecommendList
.
length
&&
this
.
amount
<
50
!
this
.
userStoreBalance
&&
!
this
.
userPlatformBalance
&&
!
this
.
storedRecommendList
.
length
&&
this
.
amount
<
=
50
// #endif
)
{
this
.
beforePayment
()
...
...
src/pages/user/address/add/index.vue
View file @
791a3c34
...
...
@@ -203,7 +203,7 @@
}
else
if
(
!
util
.
isMobile
(
this
.
obj
.
mobile
))
{
prompt
.
toast
(
'请输入正确的手机号码'
)
//判断是否选择地区
}
else
if
(
this
.
obj
.
province
==
''
||
this
.
obj
.
city
==
''
||
this
.
obj
.
area
==
''
)
{
}
else
if
(
this
.
obj
.
province
==
''
||
this
.
obj
.
city
==
''
)
{
prompt
.
toast
(
'请选择地区'
)
//判断是否输入详情地址
}
else
if
(
this
.
obj
.
street
==
''
)
{
...
...
src/pages/user/address/edit/index.vue
View file @
791a3c34
...
...
@@ -156,7 +156,7 @@
}
else
if
(
!
util
.
isMobile
(
this
.
obj
.
mobile
))
{
prompt
.
toast
(
'请输入正确的手机号码'
)
//判断是否选择地区
}
else
if
(
this
.
obj
.
district
.
province
==
''
||
this
.
obj
.
district
.
city
==
''
||
this
.
obj
.
district
.
area
==
''
)
{
}
else
if
(
this
.
obj
.
district
.
province
==
''
||
this
.
obj
.
district
.
city
==
''
)
{
prompt
.
toast
(
'请选择地区'
)
//判断是否输入详情地址
}
else
if
(
this
.
obj
.
street
==
''
)
{
...
...
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