Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eMall_miniapp
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
高宇
eMall_miniapp
Commits
51e5c779
Commit
51e5c779
authored
Jul 13, 2023
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加子页面
parent
e21618fb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
46 additions
and
0 deletions
+46
-0
index.vue
moreFunction/deliveryAddress/addAddress/index.vue
+8
-0
index.vue
moreFunction/deliveryAddress/addWxAddress/index.vue
+9
-0
index.vue
moreFunction/deliveryAddress/useWxAddress/index.vue
+9
-0
pages.json
pages.json
+20
-0
No files found.
moreFunction/deliveryAddress/addAddress/index.vue
0 → 100644
View file @
51e5c779
<
template
>
</
template
>
<
script
>
</
script
>
<
style
>
</
style
>
\ No newline at end of file
moreFunction/deliveryAddress/addWxAddress/index.vue
0 → 100644
View file @
51e5c779
<
template
>
<view>
添加新地址
</view>
</
template
>
<
script
>
</
script
>
<
style
>
</
style
>
\ No newline at end of file
moreFunction/deliveryAddress/useWxAddress/index.vue
0 → 100644
View file @
51e5c779
<
template
>
<view>
使用微信地址
</view>
</
template
>
<
script
>
</
script
>
<
style
>
</
style
>
\ No newline at end of file
pages.json
View file @
51e5c779
...
@@ -327,6 +327,26 @@
...
@@ -327,6 +327,26 @@
"navigationBarTitleText"
:
"选择收货地址"
"navigationBarTitleText"
:
"选择收货地址"
}
}
},
},
{
"path"
:
"deliveryAddress/addAddress/index"
,
"style"
:
{
"navigationBarTitleText"
:
"收货地址"
}
},
{
"path"
:
"deliveryAddress/addWxAddress/index"
,
"style"
:
{
"navigationBarTitleText"
:
"添加新地址"
,
"navigationStyle"
:
"custom"
}
},
{
"path"
:
"deliveryAddress/useWxAddress/index"
,
"style"
:
{
"navigationBarTitleText"
:
"我的地址"
,
"navigationStyle"
:
"custom"
}
},
{
{
"path"
:
"about/index"
,
"path"
:
"about/index"
,
"style"
:
{
"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