同一套代码在安卓和Iphone的效果不一致
在安卓上运行效果挺好的
首页页面 ,可以滑动

分类页面可以显示,可以点击
购物车页面正常显示
在iphone上的首页和分类页面
首页无法滑动,就是没办法往下拉
分类页面不显示
购物车只显示标题,并且是垂直居中
要如何调试? 这些是什么问题?
好心累阿 没有报错误,在安卓下正常的,在iphone 真机调试的时候。。感觉都不能用了
首页测试了 是因为
{
"path": "pages/tabbar/home/index",
"style": {
"app-plus": {
"titleNView": {
"background": "#fff",
"type": "transparent",
"autoBackButton": "false",
"searchInput": {
"backgroundColor": "#f3f4f6",
"borderRadius": "38px",
"placeholder": "搜农产品",
"disabled": true
}
}
},
// #ifdef MP-WEIXIN
"enablePullDownRefresh": true,
// #endif
"navigationBarTextStyle": "black" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
}
}
去掉
"searchInput": {
"backgroundColor": "#f3f4f6",
"borderRadius": "38px",
"placeholder": "搜农产品",
"disabled": true
}
``` 就可以滑动