<view v-for="(item, index) in info" :key="index"> <van-field :value="item.recordNumber" @change="e => textChange(e, 'recordNumber',index)" label="备案合格证" placeholder="请输入备案合格证" input-align="right" /> </view> textChange(e, 'recordNumber',index){ //报如下错 } ...
pages.json文件中配置"disableSwipeBack": true {"pages":[{"path":"pages/index/index","style":{"navigationBarTitleText":"我是原生title","disableSwipeBack":true,// 禁止IOS页面右滑手势}}],"globalStyle":{"navigationBarTextStyle":"black","navigationBarTitleText":"uQRCode","navigationBarBackground...
pages字段和tabBar字段需要同时配置 page.json: { "pages": [ { "path": "pages/home/home/index", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true, "app-plus": { "bounce": "none", "backgroundColorTop": "#ffffff", "background": "#ffffff", "titleNView": false...
兄弟,你是h5页面引入的高德地图吗?
index.vue 注意:1.定时器一定要写,不然不生效。2.必须解除横屏或者设置竖屏。一、plus is not defined 这个报错是说明要运行在手机app上才能找到plus这个方法,因为plus是app才有的方法 二、界面混乱 由于横屏后使用rpx会导致界面混乱。解决:1.使用px,但是px不会适配。有可能在不同的手机上展示...
Mac微信开发者工具初始化项目Uncaught ReferenceError: define is not defined at index.js:1在project.config.json里面添加"checkSiteMap";:false即可。 关于使用uinapp开发微信h5的那些事 uniapp项目2.配置项目1.项目根目录下,有一个manifest.json文件,里面是一些项目配置2.找到h5配置3.运行的基础路径配置成 ./ (...
09:37:27.156 at /xxxxxx/node_modules/vite/index.cjs:22:55 09:37:27.167 at async createServer (/xxxxxx/node_modules/@dcloudio/vite-plugin-uni/dist/cli/server.js:16:20) 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. ...
我们接下来我们运行到真机上会遇到以下提示:FormData is not defined 用为App的js运行在jscore下而不是浏览器里,没有浏览器专用的js对象,比如document、xmlhttp、cookie、window、location、navigator、localstorage、websql、indexdb、webgl等对象。 FormData也是浏览器定制的对象,uniapp非H5端不支持 3.解决app不支持For...
整个项目的横竖屏设置 App.vue 单个页面设置横屏 index.vue 注意:1.定时器一定要写,不然不生效。2.必须解除横屏或者设置竖屏。 问题: 一、plus is ...
#ifndef:if not defined 除了某平台均存在 %PLATFORM%:平台名称 比如目前只有微信小程序平台才有的关注公众号组件,我们可以用条件编译使得这个组件仅在编译到微信小程序时才会包含进去 代码语言:javascript 复制 <view><view>微信公众号关注组件</view><view><!--uni-app未封装,但可直接使用微信原生的official-accou...