Commit edef0fd3 authored by xiejb's avatar xiejb

主列表页面 调用原生返回方法

parent f8e7f478
...@@ -10,6 +10,7 @@ import HighSearch from './components/HighSearch.vue' ...@@ -10,6 +10,7 @@ import HighSearch from './components/HighSearch.vue'
import {getFormateDate} from '@/utils/common' import {getFormateDate} from '@/utils/common'
import myInvoiceList from './myInvoiceList.vue' import myInvoiceList from './myInvoiceList.vue'
import invoiecDetail from './invoiecDetail.vue' import invoiecDetail from './invoiecDetail.vue'
import { bridge } from "@/utils";
export default { export default {
name: 'MyInvoice', name: 'MyInvoice',
components: { components: {
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
import myOrderList from './myOrderList.vue' import myOrderList from './myOrderList.vue'
import HighSearch from './components/HighSearch.vue' import HighSearch from './components/HighSearch.vue'
import {getFormateDate} from '@/utils/common' import {getFormateDate} from '@/utils/common'
import { bridge } from "@/utils";
const allTabsTitle = [ const allTabsTitle = [
{title: '全部', name: 'all'}, {title: '全部', name: 'all'},
{title: '已开单', name: 'billing'}, {title: '已开单', name: 'billing'},
......
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