diff --git a/components/cx-navTitle.vue b/components/cx-navTitle.vue new file mode 100644 index 0000000..f2a8708 --- /dev/null +++ b/components/cx-navTitle.vue @@ -0,0 +1,117 @@ + + + + \ No newline at end of file diff --git a/config/app.js b/config/app.js index 30401c6..d257d78 100644 --- a/config/app.js +++ b/config/app.js @@ -9,8 +9,8 @@ let httpApiThree // 网络接口修改此字符 小程序域名要求https // let httpApi = 'http://192.168.31.110:8324' // 测试 if (process.env.NODE_ENV === "development") { - httpApi = 'https://shop.lihaink.cn' // 生产 - // httpApi = "https://crmeb-test.shop.lihaink.cn" + // httpApi = 'https://shop.lihaink.cn' // 生产 + httpApi = "https://crmeb-test.shop.lihaink.cn" // httpApi = "http://192.168.0.222" // httpApi = "http://192.168.0.108:8325" // #ifdef MP-WEIXIN diff --git a/pages.json b/pages.json index 83381a8..39ccf49 100644 --- a/pages.json +++ b/pages.json @@ -698,6 +698,13 @@ "enablePullDownRefresh": false } + }, { + "path": "releaseOrdermanagement/index", + "style": { + "navigationBarTitleText": "订单管理", + "enablePullDownRefresh": false + } + } ] }, diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index f3a830a..380506b 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -134,7 +134,7 @@ 委托销售 + @click="navigator(`/pages/users/releaseOrdermanagement/index`, '商户设置')"> 发布管理 diff --git a/pages/users/releaseOrdermanagement/index.vue b/pages/users/releaseOrdermanagement/index.vue index bc5b404..edd5ade 100644 --- a/pages/users/releaseOrdermanagement/index.vue +++ b/pages/users/releaseOrdermanagement/index.vue @@ -1,37 +1,395 @@ - \ No newline at end of file