Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
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
高淑倩
7-Eleven
Commits
b95eccfe
Commit
b95eccfe
authored
Aug 15, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 支付页面
parent
7f772514
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
24 additions
and
8 deletions
+24
-8
app.json
src/app.json
+1
-1
project.config.json
src/project.config.json
+3
-3
paymentStatus.wxml
src/subPackage/page/pages/ paymentStatus/ paymentStatus.wxml
+0
-2
paymentStatus.js
src/subPackage/page/pages/paymentStatus/paymentStatus.js
+3
-1
paymentStatus.json
src/subPackage/page/pages/paymentStatus/paymentStatus.json
+0
-0
paymentStatus.wxml
src/subPackage/page/pages/paymentStatus/paymentStatus.wxml
+13
-0
paymentStatus.wxss
src/subPackage/page/pages/paymentStatus/paymentStatus.wxss
+4
-1
No files found.
src/app.json
View file @
b95eccfe
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
"pages/myReleaseDetail/myReleaseDetail"
,
"pages/myReleaseDetail/myReleaseDetail"
,
"pages/grassCommunity/grassCommunity"
,
"pages/grassCommunity/grassCommunity"
,
"pages/myInvite/myInvite"
,
"pages/myInvite/myInvite"
,
"pages/
paymentStatus/
paymentStatus"
"pages/
paymentStatus/
paymentStatus"
]
]
}
}
],
],
...
...
src/project.config.json
View file @
b95eccfe
...
@@ -259,9 +259,9 @@
...
@@ -259,9 +259,9 @@
"scene"
:
null
"scene"
:
null
},
},
{
{
"id"
:
-1
,
"id"
:
33
,
"name"
:
"
支付状态
"
,
"name"
:
"
subPackage/page/pages/paymentStatus/paymentStatus
"
,
"pathName"
:
"subPackage/page/pages/
paymentStatus/
paymentStatus"
,
"pathName"
:
"subPackage/page/pages/
paymentStatus/
paymentStatus"
,
"query"
:
""
,
"query"
:
""
,
"scene"
:
null
"scene"
:
null
}
}
...
...
src/subPackage/page/pages/ paymentStatus/ paymentStatus.wxml
deleted
100644 → 0
View file @
7f772514
<!--subPackage/page/pages/ paymentStatus/ paymentStatus.wxml-->
ddd
src/subPackage/page/pages/
paymentStatus/
paymentStatus.js
→
src/subPackage/page/pages/
paymentStatus/
paymentStatus.js
View file @
b95eccfe
// subPackage/page/pages/ paymentStatus/ paymentStatus.js
// subPackage/page/pages/paymentStatus/paymentStatus.js
const
app
=
getApp
()
const
app
=
getApp
()
const
wxService
=
require
(
'../../../../utils/wxService'
)
const
wxService
=
require
(
'../../../../utils/wxService'
)
const
utils
=
require
(
'../../../../utils/util'
)
const
utils
=
require
(
'../../../../utils/util'
)
...
...
src/subPackage/page/pages/
paymentStatus/
paymentStatus.json
→
src/subPackage/page/pages/
paymentStatus/
paymentStatus.json
View file @
b95eccfe
File moved
src/subPackage/page/pages/paymentStatus/paymentStatus.wxml
0 → 100644
View file @
b95eccfe
<!--subPackage/page/pages/paymentStatus/paymentStatus.wxml-->
<view class="payment">
<view class="">
<view class="">支付成功</view>
<view class="">¥ 306.90</view>
<view class="">交易时间: 2019-03-24 至 2019-06-23</view>
</view>
<view class=""></view>
<view class=""></view>
</view>
\ No newline at end of file
src/subPackage/page/pages/
paymentStatus/
paymentStatus.wxss
→
src/subPackage/page/pages/
paymentStatus/
paymentStatus.wxss
View file @
b95eccfe
/* subPackage/page/pages/ paymentStatus/ paymentStatus.wxss */
/* subPackage/page/pages/paymentStatus/paymentStatus.wxss */
@import './../../../../base/base.wxss';
@import './../../../../base/base.wxss';
\ No newline at end of file
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