Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
李智书
xzf_uniapp-wechat-web
Commits
c8a6d5a1
Commit
c8a6d5a1
authored
Nov 26, 2021
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.提交更新;
parent
2cdede25
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2123 additions
and
0 deletions
+2123
-0
.hbuilderx/launch.json
.hbuilderx/launch.json
+16
-0
src/pages.json
src/pages.json
+16
-0
src/pages/BankModule/Recharge/Recharge.vue
src/pages/BankModule/Recharge/Recharge.vue
+1469
-0
src/pages/BankModule/Reflect/Reflect.vue
src/pages/BankModule/Reflect/Reflect.vue
+622
-0
No files found.
.hbuilderx/launch.json
0 → 100644
View file @
c8a6d5a1
{
//
launch.json
配置了启动调试时相关设置,configurations下节点名称可为
app-plus/h
5
/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp
-360
/
//
launchtype项可配置值为local或remote
,
local代表前端连本地云函数,remote代表前端连云端云函数
"version"
:
"0.0"
,
"configurations"
:
[{
"default"
:
{
"launchtype"
:
"local"
},
"h5"
:
{
"launchtype"
:
"local"
},
"type"
:
"uniCloud"
}
]
}
src/pages.json
View file @
c8a6d5a1
...
...
@@ -270,6 +270,22 @@
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
}
},
{
"path"
:
"pages/BankModule/Recharge/Recharge"
,
"style"
:
{
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
"充值"
,
"enablePullDownRefresh"
:
false
}
},
{
"path"
:
"pages/BankModule/Reflect/Reflect"
,
"style"
:
{
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
"提现"
,
"enablePullDownRefresh"
:
false
}
}
...
...
src/pages/BankModule/Recharge/Recharge.vue
0 → 100644
View file @
c8a6d5a1
This diff is collapsed.
Click to expand it.
src/pages/BankModule/Reflect/Reflect.vue
0 → 100644
View file @
c8a6d5a1
This diff is collapsed.
Click to expand it.
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