Commit 9692a66c authored by Mac's avatar Mac

1

parent 49581a88
...@@ -503,7 +503,10 @@ ...@@ -503,7 +503,10 @@
"root": "pages/appointment", "root": "pages/appointment",
"pages": [{ "pages": [{
"path": "appointment"//约课 "path": "appointment"//约课
}] },{
"path": "personal/pointBalance"//点数余额
}
]
}, },
//抖音商品短视频 //抖音商品短视频
{ {
......
<template>
</template>
<script>
</script>
<style>
</style>
...@@ -71,6 +71,11 @@ ...@@ -71,6 +71,11 @@
</view> </view>
</view> </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"> <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> <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"> <view class="order_bar_list">
...@@ -386,6 +391,9 @@ ...@@ -386,6 +391,9 @@
scrollTopHandler() { scrollTopHandler() {
this.scrollTop = 0; this.scrollTop = 0;
}, },
gopointBalance(){//跳转点数余额
},
} }
}; };
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment