page.json微信小程序配置位置调换、避免运行到浏览器格式报错

master
gongfuxiang 2021-10-31 23:09:41 +08:00
parent 0fdea5ac0b
commit 60df91623f
1 changed files with 6 additions and 6 deletions

View File

@ -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"
}
},
{