小程序
小游戏
企业微信
微信支付
扫描小程序码分享
一个页面进行状态切换,另外一个页面负责监听,切换频繁就出现undefine的报错
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
有没有代码?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
<block wx:if="{{options.name === 'chatEquipment' || options.name === 'chatServices'}}"> <component-input-switch bind:bottomInput="componentBottomInput" bottom-input="{{comBottomInput}}"></component-input-switch></block><block wx:elif="{{options.name === 'chatHandling'}}"> <component-input-keywords bind:bottomInput="componentBottomInput" bottom-input="{{comBottomInput}}" keywords="{{keywords}}"></component-input-keywords></block><block wx:else> <component-input-default bind:bottomInput="componentBottomInput" bottom-input="{{comBottomInput}}"></component-input-default></block><component-user-info bind:getUserInfo="componentGetUserInfo" user-info-button="{{comUserInfo}}"></component-user-info>
我这式样引入组件 安卓会出现报错 但是功能正常~
自定义组件,包含官方组件swiper
properties: { banners: { type: Array, value: [] }},
切换并监听城市变化
onShow () { cityManager.getCurrentCitySync().then((city) => { if (city) { let {curCity} = this.data if ((city.cityId != curCity.cityId)||!curCity) { this.setData({ 'curCity': city, }) this.loadData() } } })},
this.fetchPageInfo().then((res) => { if(!res.activitySubject){ res.activitySubject=null } this.setData(res) this.refreshList()})
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
有没有代码?
我这式样引入组件 安卓会出现报错 但是功能正常~
自定义组件,包含官方组件swiper
切换并监听城市变化