Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
57cd498c
Commit
57cd498c
authored
Jun 14, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面新增
parent
d5cbea07
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
62 additions
and
0 deletions
+62
-0
pages.json
pages.json
+9
-0
distributionPayment.vue
pages/payment/distributionPayment/distributionPayment.vue
+53
-0
No files found.
pages.json
View file @
57cd498c
...
@@ -176,6 +176,15 @@
...
@@ -176,6 +176,15 @@
"enablePullDownRefresh"
:
false
"enablePullDownRefresh"
:
false
}
}
}
}
,{
"path"
:
"pages/payment/distributionPayment/distributionPayment"
,
"style"
:
{
"navigationBarTitleText"
:
"订单支付"
,
"enablePullDownRefresh"
:
false
}
}
],
],
//分包加载配置,此配置为小程序的分包加载机制。
//分包加载配置,此配置为小程序的分包加载机制。
"subPackages"
:
[{
"subPackages"
:
[{
...
...
pages/payment/distributionPayment/distributionPayment.vue
0 → 100644
View file @
57cd498c
<
template
>
<view>
<!-- 分销客户端扫码支付页面 -->
<view
class=
"list"
>
<view>
<text>
长江索道
</text>
<text>
单程票
</text>
</view>
<view>
<text>
日期
</text>
<text>
2023-06-14
</text>
</view>
<view>
<text>
数量
</text>
<text>
3
</text>
</view>
</view>
<view
class=
"bottom"
>
<text>
</text>
<text>
¥245
</text>
<text
class=
"btn"
>
去支付
</text>
</view>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
}
},
methods
:
{
}
}
</
script
>
<
style
scoped
>
</
style
>
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