Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
9692a66c
Commit
9692a66c
authored
Feb 02, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
49581a88
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
1 deletion
+20
-1
pages.json
pages.json
+4
-1
pointBalance.vue
pages/appointment/personal/pointBalance.vue
+8
-0
user-center.vue
pages/user-center/user-center.vue
+8
-0
No files found.
pages.json
View file @
9692a66c
...
...
@@ -503,7 +503,10 @@
"root"
:
"pages/appointment"
,
"pages"
:
[{
"path"
:
"appointment"
//约课
}]
},{
"path"
:
"personal/pointBalance"
//点数余额
}
]
},
//抖音商品短视频
{
...
...
pages/appointment/personal/pointBalance.vue
0 → 100644
View file @
9692a66c
<
template
>
</
template
>
<
script
>
</
script
>
<
style
>
</
style
>
pages/user-center/user-center.vue
View file @
9692a66c
...
...
@@ -71,6 +71,11 @@
</view>
</view>
</view>
<!-- 排课点数 -->
<view
class=
"order_bar"
style=
"margin-top: 15px;display: flex;flex-direction: row;align-items: center;justify-content: space-between;"
@
click=
"gopointBalance"
>
<span
style=
'font-size: 14px;color: #111111;'
>
可用余额(点数):
</span>
<span
style=
'font-size: 22px;color: #111111;font-family: aa;'
>
2000
</span>
</view>
<view
class=
"order_bar"
v-if=
"meueData.user_center.is_order_bar_status == 1"
>
<u-section
title=
"我的订单"
sub-title=
"查看更多"
style=
"width: 100%;padding:0px 0 10px ;"
@
click=
"goUrl('/pages/order/index/index?status=0')"
></u-section>
<view
class=
"order_bar_list"
>
...
...
@@ -386,6 +391,9 @@
scrollTopHandler
()
{
this
.
scrollTop
=
0
;
},
gopointBalance
(){
//跳转点数余额
},
}
};
</
script
>
...
...
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