Commit ca54f8e9 by sunerhu

修改了一些Bug

parent 870fcba7
...@@ -22,14 +22,14 @@ ...@@ -22,14 +22,14 @@
"path" : "pages/courseDetail/courseDetail", "path" : "pages/courseDetail/courseDetail",
"style" : "style" :
{ {
"navigationBarTitleText": "SFP", "navigationBarTitleText": "课程详情",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
},{ },{
"path" : "pages/product/product", "path" : "pages/product/product",
"style" : "style" :
{ {
"navigationBarTitleText": "课程详情", "navigationBarTitleText": "SFP",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
},{ },{
......
...@@ -22,11 +22,12 @@ ...@@ -22,11 +22,12 @@
</view> </view>
</view> </view>
<tabBar :currentPage="currentPage"></tabBar>
</view> </view>
</template> </template>
<script> <script>
import courseItem from "@/components/courseItem/courseItem.vue";
export default { export default {
data() { data() {
return { return {
......
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