Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
78fb4d7d
Commit
78fb4d7d
authored
Aug 12, 2025
by
chenkai1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ai起名页面导航栏修改
parent
ab1d9875
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
13 deletions
+11
-13
pages.json
pages.json
+4
-6
naming.vue
pages/naming/naming.vue
+4
-4
namingResult.vue
pages/naming/namingResult.vue
+3
-3
No files found.
pages.json
View file @
78fb4d7d
...
...
@@ -67,17 +67,15 @@
{
"path"
:
"pages/naming/naming"
,
"style"
:
{
"navigationBarTitleText"
:
"宝宝取名"
,
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
"navigationBarTitleText"
:
"星妈起名"
,
"enablePullDownRefresh"
:
false
}
},
{
"path"
:
"pages/naming/namingResult"
,
"style"
:
{
"navigationBarTitleText"
:
"AI-宝宝取名"
,
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
"navigationBarTitleText"
:
"星妈起名"
,
"enablePullDownRefresh"
:
false
}
},
{
...
...
pages/naming/naming.vue
View file @
78fb4d7d
<
template
>
<view>
<view
class=
"naming_bg"
:style=
"
{backgroundImage: `url(${$baseUrl}aiNaming/bg.jpg)`}">
<view
class=
"page-top"
>
<
!--
<
view
class=
"page-top"
>
<image
@
tap=
"backHandler"
class=
"btnback"
:src=
"$baseUrl+'aiNaming/back_btn.png'"
></image>
<view
class=
"page_title"
>
星妈起名
</view>
</view>
</view>
-->
<view
class=
"top_con"
>
<!--出生状态-->
...
...
@@ -559,7 +559,7 @@
position: absolute;
width: 686rpx;
height: 1044rpx;
top:
2
43rpx;
top: 43rpx;
left: 32rpx;
background: #fff;
border-radius: 28rpx;
...
...
@@ -677,7 +677,7 @@
position: absolute;
width: 686rpx;
height: 94rpx;
top: 1
4
30rpx;
top: 1
2
30rpx;
left: 32rpx;
background-size: 100% 100%;
}
...
...
pages/naming/namingResult.vue
View file @
78fb4d7d
<
template
>
<view
class=
"bg"
>
<view
class=
"naming_result_bg"
:style=
"
{backgroundImage: `url(${$baseUrl}aiNaming/bg.jpg)`}">
<view
class=
"page-top"
>
<
!--
<
view
class=
"page-top"
>
<image
@
tap=
"backHandler"
class=
"btnback"
:src=
"$baseUrl+'aiNaming/back_btn.png'"
></image>
<view
class=
"page_title"
>
星妈起名
</view>
</view>
</view>
-->
<view
class=
"box"
>
<view
class=
"name_box"
v-for=
"(item, index) in nameList"
:key=
"index"
>
<view
class=
"name_con"
>
...
...
@@ -168,7 +168,7 @@
.box
{
height
:
auto
;
margin-top
:
8
0rpx
;
margin-top
:
0rpx
;
padding-left
:
32rpx
;
padding-right
:
32rpx
;
padding-bottom
:
100rpx
;
...
...
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