@@ -76,6 +76,12 @@
"style": {
"navigationBarTitleText": "我收藏的店铺"
}
+ },
+ {
+ "path": "order/index",
+ "style": {
+ "navigationBarTitleText": "订单列表"
+ }
]
},
@@ -29,7 +29,7 @@
<view class="two_1">
<view class="title">我的订单</view>
<view class="title">
- <text @click="toOrrder('我的订单')">全部订单</text>
+ <text @click="toOrrder('pagesMy/order/index')">全部订单</text>
<text class="iconfont icon-dayufuhao"></text>
</view>
@@ -0,0 +1,23 @@
+<template>
+ <mobile-frame>
+ 订单列表
+ </mobile-frame>
+</template>
+
+<script>
+ export default {
+ data() {
+ return {
+ };
+ onShow: function() {},
+ methods: {
+</script>
+<style lang="scss">
+</style>