Browse Source

no message

feature/v1.0
xpz2018 5 years ago
parent
commit
95b2dcafa0
2 changed files with 2 additions and 3 deletions
  1. 4
      app.json
  2. 1
      pages/message/index/index.js

4
app.json

@ -4,12 +4,12 @@
"pages/index/index", "pages/index/index",
"pages/home/mobile/index", "pages/home/mobile/index",
"pages/home/employee/index", "pages/home/employee/index",
"pages/home/authory/index",
"pages/process/order-list/index", "pages/process/order-list/index",
"pages/process/order-check/index", "pages/process/order-check/index",
"pages/process/order-info/index", "pages/process/order-info/index",
"pages/home/authory/index",
"pages/htmls/agreement/index", "pages/htmls/agreement/index",
"pages/message/index/index"
"pages/message/detail/index"
], ],
"window":{ "window":{
"backgroundTextStyle":"light", "backgroundTextStyle":"light",

1
pages/message/index/index.js

@ -1,4 +1,3 @@
// pages/process/supply/index.js
// import { getCategoryList, getProductList } from "../../api/mall" // import { getCategoryList, getProductList } from "../../api/mall"
const event = require('../../../utils/event') const event = require('../../../utils/event')
const util = require('../../../utils/util') const util = require('../../../utils/util')

Loading…
Cancel
Save