- 手机小程序正常运行使用,开发工具正常,电脑window微信中打开小程序看不到接口数据,怎么解决?
微信中打开接口无响应 [图片] 开发工具手机上正常 [图片]
01-10 - open-type="chooseAvatar" type="nickname"为啥点击无反应?
遇到一个很奇怪的问题,小程序是uniapp打包的,首页有位置授权,为啥必须要位置授权成功了,并且要重启一些,获取头像,昵称按钮才能起作用呢? 请问哪位大佬知道吗? 登录代码 <view class="user-list u-flex u-b-10 u-row-center head-img"> <view class="avatarUrl "> <button type="balanced" open-type="chooseAvatar" @chooseavatar="onChooseavatar"> <image :src="userData.avatar" class="avatar"></image> </button> <view>头像</view> </view> </view> <view class="user-list u-flex u-row-center "> <text class="list-name">昵称:</text> <input type="nickname" class="list-val u-m-l-10 u-m-r-10" v-model="userData.nickname" @input="bindinput" @blur="bindblur" @confirm="onChangeNickName" placeholder="请输入昵称~" maxlength="50" placeholder-style="color:#c8c9cc;fontSize:28rpx;text-align:left" /> </view>
2023-10-31 - wx.openBusinessView组件怎么获取用户点击了确认?
当 businessType= weappOrderConfirm时,小程序订单确认,但是用户确认了,无论是sucess还是complete,都无法监听获取到用户点击了确认按钮 ,请问该用什么来判断用户是否点了确认,我比较了下,无论点不点确认无论sucess还是complete,返回的参数都一样的 [图片]
2023-08-01