page.json微信小程序配置位置调换、避免运行到浏览器格式报错
parent
0fdea5ac0b
commit
60df91623f
12
pages.json
12
pages.json
|
|
@ -70,14 +70,14 @@
|
|||
{
|
||||
"path": "pages/goods-detail/goods-detail",
|
||||
"style": {
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationBarTitleText": "商品详情",
|
||||
"navigationStyle": "custom",
|
||||
// #ifdef MP-WEIXIN
|
||||
// #ifdef MP-WEIXIN
|
||||
"usingComponents": {
|
||||
"share-button": "plugin://goodsSharePlugin/share-button"
|
||||
}
|
||||
// #endif
|
||||
},
|
||||
// #endif
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationBarTitleText": "商品详情",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue