Commit 112dde1e by 李嘉林

删除无用页面

parent 9fa79476
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
"pages/userInfo/main", "pages/userInfo/main",
"pages/memberCode/main", "pages/memberCode/main",
"pages/toMini/main", "pages/toMini/main",
"pages/paySuccess/main",
"pages/order/main" "pages/order/main"
], ],
"subPackages": [ "subPackages": [
......
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()
{
"navigationBarTitleText": "支付成功",
"usingComponents": {
"van-checkbox": "/static/vant/checkbox/index",
"van-popup":"/static/vant/popup/index",
"van-switch":"/static/vant/switch/index",
"van-button":"/static/vant/button/index",
"van-picker": "/static/vant/picker/index",
"van-icon":"/static/vant/icon/index",
"photo-gallery":"/static/nativeComponents/PhotoGallery/index",
"notice":"/static/nativeComponents/Notice/index",
"time-limited-discount": "/static/nativeComponents/TimeLimitedDiscount/index",
"live-broadcast":"/static/nativeComponents/LiveBroadcast/index"
},
"navigationStyle":"custom"
}
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