Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
75cd4dd0
Commit
75cd4dd0
authored
Feb 20, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化 样式
parent
ef251795
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
index.vue
components/coupon/index.vue
+2
-1
u-picker.vue
node_modules/uview-ui/components/u-picker/u-picker.vue
+4
-0
No files found.
components/coupon/index.vue
View file @
75cd4dd0
...
...
@@ -24,7 +24,8 @@
<view
class=
"err"
v-if=
"x.err"
>
{{
x
.
err
}}
</view>
<view
style=
"color: #dfbe6e;font-size: 22rpx;padding-top: 30rpx;"
>
<view
style=
"color: #dfbe6e;font-size: 22rpx;"
:style=
"
{'padding-top':x.err?'':'30rpx'}">
{{
x
.
overlapUse
==
1
?
'可叠加使用'
:
'不可叠加使用'
}}
</view>
<!--
<view
class=
"rule"
v-if=
"x.lineTeamName!='' || x.lineName!=''"
>
{{
x
.
lineName
}}
{{
x
.
lineTeamName
}}
可用
</view>
-->
...
...
node_modules/uview-ui/components/u-picker/u-picker.vue
View file @
75cd4dd0
...
...
@@ -514,6 +514,9 @@
},
// 用户点击确定按钮
getResult
(
event
=
null
)
{
uni
.
showLoading
({
mask
:
true
})
setTimeout
(()
=>
{
let
result
=
{};
// 只返回用户在this.params中配置了为true的字段
...
...
@@ -535,6 +538,7 @@
}
if
(
event
)
this
.
$emit
(
event
,
result
);
this
.
close
();
uni
.
hideLoading
()
},
1000
);
}
...
...
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