This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
drink-answer-wechat-uniapp-24-9-2
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
修复bug
master
前端-胡立永
1 week ago
parent
64ebe32722
commit
b32a819014
2 changed files
with
7 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
pages/index/cancelArticle.vue
+1
-0
pages_order/info/appoint.vue
+ 6
- 1
pages/index/cancelArticle.vue
View File
@ -38,7 +38,7 @@
<
/
view
>
<
/
view
>
<
/
view
>
<
/
view
>
<
text
class
=
"second-color"
>
{
{
configList
.
bg_title
}
}
<
/
text
>
<
view
class
=
"second-color"
>
{
{
configList
.
bg_title
}
}
<
/
view
>
<
/
view
>
<
/
view
>
<
/
template
>
<
/
template
>
@ -141,5 +141,10 @@
background
-
color
:
$uni
-
color
-
primary
;
background
-
color
:
$uni
-
color
-
primary
;
border
-
radius
:
40
rpx
;
border
-
radius
:
40
rpx
;
}
}
.
second
-
color
{
width
:
100
%
;
text
-
align
:
center
;
margin
-
top
:
40
rpx
;
}
}
}
<
/
style
>
<
/
style
>
+ 1
- 0
pages_order/info/appoint.vue
View File
@ -204,6 +204,7 @@
if
(
this
.
$utils
.
verificationAll
(
this
.
form
,
{
if
(
this
.
$utils
.
verificationAll
(
this
.
form
,
{
username
:
'请输入姓名'
,
username
:
'请输入姓名'
,
phone
:
'请输入电话号码'
,
phone
:
'请输入电话号码'
,
province
:
'请选择所在地区'
,
address
:
'请输入详情地址'
,
address
:
'请输入详情地址'
,
}
)
)
{
}
)
)
{
return
return
Write
Preview
Loading…
Cancel
Save