Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uniapp_order
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
android
uniapp_order
Commits
42343e1b
Commit
42343e1b
authored
Oct 28, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
兼容H5
parent
314e0846
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
refund.vue
order/pages/refund/refund.vue
+14
-14
No files found.
order/pages/refund/refund.vue
View file @
42343e1b
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<view
class=
"str2 mt-10"
@
click=
"callPhone"
>
{{
strLabel3
}}
</view>
<view
class=
"str2 mt-10"
@
click=
"callPhone"
>
{{
strLabel3
}}
</view>
</view>
</view>
<uni-popup
class=
"popup"
ref=
"popup1"
type=
"
dialog
"
>
<uni-popup
class=
"popup"
ref=
"popup1"
type=
"
center
"
>
<view
class=
"pop-wrap"
>
<view
class=
"pop-wrap"
>
<swiper
class=
"swiper-wrap"
:duration=
"1000"
@
change=
"changeGuide"
:current=
"curGuideIndex"
>
<swiper
class=
"swiper-wrap"
:duration=
"1000"
@
change=
"changeGuide"
:current=
"curGuideIndex"
>
<swiper-item
v-for=
"(item,index) in guideImgs"
:key=
"index"
>
<swiper-item
v-for=
"(item,index) in guideImgs"
:key=
"index"
>
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
<image
:src=
"refundImg"
mode=
"aspectFill"
class=
"image"
></image>
<image
:src=
"refundImg"
mode=
"aspectFill"
class=
"image"
></image>
</view>
</view>
<input
v-model=
"alipayOrder"
class=
"input mt-30"
type=
"
number
"
placeholder=
"请输入支付宝订单号"
/>
<input
v-model=
"alipayOrder"
class=
"input mt-30"
type=
"
digit
"
placeholder=
"请输入支付宝订单号"
/>
<text
class=
"guide-text"
style=
"margin-top: 30rpx;"
@
click=
"openTip"
>
立即退款
</text>
<text
class=
"guide-text"
style=
"margin-top: 30rpx;"
@
click=
"openTip"
>
立即退款
</text>
</view>
</view>
</view>
</view>
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
"https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/img/bg_guide_alipay4.png"
,
"https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/img/bg_guide_alipay4.png"
,
"https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/img/bg_guide_alipay5.png"
"https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/img/bg_guide_alipay5.png"
],
],
refundImg
:
''
,
refundImg
:
'
https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/img/bg_guide_alipay5.png
'
,
refundResult
:
'
\
n是否确定要退款?'
,
refundResult
:
'
\
n是否确定要退款?'
,
refundColor
:
"#909399"
,
refundColor
:
"#909399"
,
showTipColse
:
true
,
showTipColse
:
true
,
...
@@ -221,7 +221,6 @@
...
@@ -221,7 +221,6 @@
pposition
:
fixed
;
pposition
:
fixed
;
z-index
:
99
;
z-index
:
99
;
width
:
100%
;
width
:
100%
;
background-color
:
magenta
;
height
:
100%
;
height
:
100%
;
// top: 55%;
// top: 55%;
// left: 55%;
// left: 55%;
...
@@ -243,7 +242,7 @@
...
@@ -243,7 +242,7 @@
justify-content
:
center
;
justify-content
:
center
;
.refund-wrap
{
.refund-wrap
{
height
:
1
0
00rpx
;
height
:
1
1
00rpx
;
border-radius
:
20rpx
;
border-radius
:
20rpx
;
background
:
white
;
background
:
white
;
display
:
flex
;
display
:
flex
;
...
@@ -252,12 +251,12 @@
...
@@ -252,12 +251,12 @@
overflow
:
hidden
;
overflow
:
hidden
;
.image-wrap
{
.image-wrap
{
height
:
7
00rpx
;
height
:
8
00rpx
;
background-color
:
#579BEB
;
background-color
:
#579BEB
;
border-radius
:
20rpx
20rpx
0
0
;
border-radius
:
20rpx
20rpx
0
0
;
.image
{
.image
{
height
:
6
40rpx
;
height
:
7
40rpx
;
background-color
:
white
;
background-color
:
white
;
margin
:
30rpx
;
margin
:
30rpx
;
border-radius
:
20rpx
20rpx
10rpx
10rpx
;
border-radius
:
20rpx
20rpx
10rpx
10rpx
;
...
@@ -270,23 +269,24 @@
...
@@ -270,23 +269,24 @@
}
}
}
}
.swiper-wrap
{
.swiper-wrap
{
margin-top
:
200rpx
;
/* #ifdef H5 */
height
:
800rpx
;
width
:
50vh
;
/* #endif */
height
:
840rpx
;
.swiper-item
{
.swiper-item
{
background-color
:
white
;
border-radius
:
20rpx
;
border-radius
:
20rpx
;
display
:
block
;
display
:
block
;
height
:
840rpx
;
text-align
:
center
;
/* #ifdef MP-ALIPAY */
margin-left
:
10%
;
margin-left
:
10%
;
margin-right
:
10%
;
margin-right
:
10%
;
height
:
800rpx
;
width
:
80%
;
width
:
80%
;
text-align
:
center
;
/* #endif */
.image
{
.image
{
width
:
100%
;
height
:
100%
;
height
:
100%
;
}
}
}
}
...
...
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