Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-school-app
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
姜雷
wx-school-app
Commits
60c084a4
Commit
60c084a4
authored
Mar 27, 2020
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
8a4821e7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
12 deletions
+11
-12
AppPay.scss
src/pages/AppPay/AppPay.scss
+1
-9
AppPay.tsx
src/pages/AppPay/AppPay.tsx
+10
-3
No files found.
src/pages/AppPay/AppPay.scss
View file @
60c084a4
.AppPay
{
.AppBackButton
{
background-color
:
#456beb
;
color
:
#fff
;
height
:
82rpx
;
line-height
:
82rpx
;
font-size
:
28rpx
;
text-align
:
center
;
text-decoration
:
none
;
border-radius
:
5px
;
overflow
:
hidden
;
background-color
:
#fff
;
margin
:
24rpx
80rpx
0
;
}
}
src/pages/AppPay/AppPay.tsx
View file @
60c084a4
...
...
@@ -114,7 +114,11 @@ class AppPay extends Component {
{
showBack
&&
(
<
View
className=
"AppPay-info"
>
支付成功
<
Navigator
target=
"miniProgram"
open
-
type=
"exit"
>
<
Navigator
className=
"AppBackButton"
target=
"miniProgram"
open
-
type=
"exit"
>
<
Button
className=
"AppBackButton"
open
-
type=
"launchApp"
...
...
@@ -129,9 +133,12 @@ class AppPay extends Component {
{
showError
&&
(
<
View
className=
"AppPay-info"
>
支付失败
<
Navigator
target=
"miniProgram"
open
-
type=
"exit"
>
<
Button
<
Navigator
className=
"AppBackButton"
target=
"miniProgram"
open
-
type=
"exit"
>
<
Button
open
-
type=
"launchApp"
app
-
parameter=
{
errorMsg
}
onError=
{
this
.
goBackAppError
}
...
...
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