Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
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
游洁
thinkApp
Commits
584d0555
Commit
584d0555
authored
Sep 26, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
f9938669
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
15 deletions
+31
-15
pages.json
src/pages.json
+12
-5
index.vue
src/pages/FriendsAndRelatives/index.vue
+19
-1
orderList.vue
src/pages/contract/orderList.vue
+0
-9
No files found.
src/pages.json
View file @
584d0555
...
...
@@ -127,7 +127,12 @@
"pages"
:
[{
"path"
:
"contract"
//电子合同
},
{
"path"
:
"orderList"
//订单列表
"path"
:
"orderList"
,
//我的订单
"style"
:
{
"navigationBarTitleText"
:
"我的订单"
,
"backgroundColor"
:
"#F6F6F6"
,
"navigationBarBackgroundColor"
:
"#F6F6F6"
}
},
{
"path"
:
"contractDetail"
//合同详情
}]
...
...
@@ -138,13 +143,15 @@
"path"
:
"index"
,
"style"
:
{
"navigationBarTitleText"
:
"我的小孩"
,
"backgroundColor"
:
"#F6F6F6"
"backgroundColor"
:
"#F6F6F6"
,
"navigationBarBackgroundColor"
:
"#F6F6F6"
}
},{
"path"
:
"addChild"
,
"style"
:
{
"navigationBarTitleText"
:
"添加小孩信息"
,
"backgroundColor"
:
"#F6F6F6"
"backgroundColor"
:
"#F6F6F6"
,
"navigationBarBackgroundColor"
:
"#F6F6F6"
}
}]
},{
...
...
@@ -153,8 +160,8 @@
"path"
:
"index"
,
"style"
:
{
"navigationBarTitleText"
:
"亲友团"
,
"
navigationBarB
ackgroundColor"
:
"#F6F6F6"
,
"
b
ackgroundColor"
:
"#F6F6F6"
"
b
ackgroundColor"
:
"#F6F6F6"
,
"
navigationBarB
ackgroundColor"
:
"#F6F6F6"
}
}]
}
...
...
src/pages/FriendsAndRelatives/index.vue
View file @
584d0555
...
...
@@ -3,6 +3,7 @@
height
:
491
rpx
;
text-align
:
center
;
position
:
relative
;
margin-top
:
20
rpx
;
}
.FriendsAndRelatives-header
image
{
margin
:
auto
;
...
...
@@ -126,7 +127,7 @@
<text
class=
"left-title"
>
亲友团
</text>
</view>
<view
class=
"header-right flex"
>
<view
class=
"right-image"
>
<view
class=
"right-image"
@
click=
"invite"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664164163000_619.png"
style=
"width: 99rpx;height: 99rpx;"
></image>
<text
class=
"left-title"
>
微信邀请
</text>
...
...
@@ -218,6 +219,23 @@
imgGirl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663931928000_154.png'
});
const
methods
=
{
invite
(){
uni
.
share
({
provider
:
"weixin"
,
scene
:
"WXSceneSession"
,
type
:
0
,
href
:
"http://uniapp.dcloud.io/"
,
title
:
"uni-app分享"
,
summary
:
"我正在使用HBuilderX开发uni-app,赶紧跟我一起来体验!"
,
imageUrl
:
"https://bjetxgzv.cdn.bspapp.com/VKCEYUGU-uni-app-doc/d8590190-4f28-11eb-b680-7980c8a877b8.png"
,
success
:
function
(
res
)
{
console
.
log
(
"success:"
+
JSON
.
stringify
(
res
));
},
fail
:
function
(
err
)
{
console
.
log
(
"fail:"
+
JSON
.
stringify
(
err
));
}
});
},
usernameInput
(
val
)
{
data
.
Account
=
val
.
detail
;
},
...
...
src/pages/contract/orderList.vue
View file @
584d0555
...
...
@@ -203,7 +203,6 @@
proxy
}
=
getCurrentInstance
();
let
data
=
reactive
({
pageTitle
:
"合同列表"
,
msg
:
{
pageIndex
:
1
,
pageSize
:
10
,
...
...
@@ -247,14 +246,6 @@
onLoad
(
options
)
{
this
.
msg
.
OrderType
=
options
.
type
this
.
getData
();
if
(
options
.
type
==
1
)
{
this
.
pageTitle
=
'语培订单'
}
else
if
(
options
.
type
==
2
)
{
this
.
pageTitle
=
'留学订单'
}
uni
.
setNavigationBarTitle
({
title
:
this
.
pageTitle
});
},
onReachBottom
()
{
if
(
this
.
msg
.
pageIndex
<
this
.
pageCount
)
{
...
...
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