反馈修改-0718
parent
62901317ea
commit
fadb400022
|
@ -232,7 +232,7 @@
|
|||
})
|
||||
uni.setStorageSync('buyList',buyList);
|
||||
uni.navigateTo({
|
||||
url:'/pagesA/cart/prepare'
|
||||
url:'/pagesA/cart/settlement'
|
||||
})
|
||||
}
|
||||
},
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,62 +1,63 @@
|
|||
{
|
||||
"pages": [
|
||||
"pages/tabbar/index/index",
|
||||
"pages/tabbar/cate/cate",
|
||||
"pages/tabbar/kit/kit",
|
||||
"pages/tabbar/kit/detail",
|
||||
"pages/tabbar/news/news",
|
||||
"pages/tabbar/news/collection",
|
||||
"pages/tabbar/news/detail",
|
||||
"pages/tabbar/my/my",
|
||||
"pages/login/login",
|
||||
"pages/login/agreement"
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"root": "pagesA",
|
||||
"pages": [
|
||||
"cart/cart",
|
||||
"cart/prepare",
|
||||
"cart/settlement",
|
||||
"cart/finish",
|
||||
"shop/shop",
|
||||
"shop/detail",
|
||||
"order/order",
|
||||
"order/detail"
|
||||
]
|
||||
"pages": [
|
||||
"pages/tabbar/index/index",
|
||||
"pages/tabbar/cate/cate",
|
||||
"pages/tabbar/kit/kit",
|
||||
"pages/tabbar/kit/detail",
|
||||
"pages/tabbar/news/news",
|
||||
"pages/tabbar/news/collection",
|
||||
"pages/tabbar/news/detail",
|
||||
"pages/tabbar/my/my",
|
||||
"pages/login/login",
|
||||
"pages/login/agreement"
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"root": "pagesA",
|
||||
"pages": [
|
||||
"cart/cart",
|
||||
"cart/prepare",
|
||||
"cart/settlement",
|
||||
"cart/finish",
|
||||
"shop/shop",
|
||||
"shop/detail",
|
||||
"order/order",
|
||||
"order/detail"
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "pagesB",
|
||||
"pages": [
|
||||
"ucenter/ucenter",
|
||||
"disclaimers/disclaimers",
|
||||
"about/about",
|
||||
"search/search"
|
||||
]
|
||||
}
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationStyle": "custom",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"backgroundTextStyle": "light"
|
||||
},
|
||||
{
|
||||
"root": "pagesB",
|
||||
"pages": [
|
||||
"ucenter/ucenter",
|
||||
"disclaimers/disclaimers",
|
||||
"about/about",
|
||||
"search/search"
|
||||
]
|
||||
}
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationStyle": "custom",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"backgroundTextStyle": "light"
|
||||
},
|
||||
"preloadRule": {
|
||||
"pages/tabbar/my/my": {
|
||||
"network": "all",
|
||||
"packages": [
|
||||
"pagesA"
|
||||
]
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "您的位置信息将用于小程序位置接口的效果展示"
|
||||
}
|
||||
},
|
||||
"usingComponents": {
|
||||
"status-container": "/components/containers/status-container",
|
||||
"nothing-page": "/components/nothing/nothing-page"
|
||||
}
|
||||
"preloadRule": {
|
||||
"pages/tabbar/my/my": {
|
||||
"network": "all",
|
||||
"packages": [
|
||||
"pagesA"
|
||||
]
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "您的位置信息将用于小程序位置接口的效果展示"
|
||||
}
|
||||
},
|
||||
"usingComponents": {
|
||||
"status-container": "/components/containers/status-container",
|
||||
"nothing-page": "/components/nothing/nothing-page"
|
||||
},
|
||||
"sitemapLocation": "sitemap.json"
|
||||
}
|
|
@ -348,7 +348,7 @@ var _publicApi = __webpack_require__(/*! @/jsFile/public-api.js */ 9);function o
|
|||
});
|
||||
uni.setStorageSync('buyList', buyList);
|
||||
uni.navigateTo({
|
||||
url: '/pagesA/cart/prepare' });
|
||||
url: '/pagesA/cart/settlement' });
|
||||
|
||||
}
|
||||
},
|
||||
|
|
|
@ -31,7 +31,8 @@
|
|||
"disableUseStrict": false,
|
||||
"showES6CompileOption": false,
|
||||
"useCompilerPlugins": false,
|
||||
"useStaticServer": true
|
||||
"useStaticServer": true,
|
||||
"minifyWXML": true
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "2.24.7",
|
||||
|
|
Loading…
Reference in New Issue