我这里也是一样的问题,大部分手机都支持,但是客户那边有一台iPhone 15 pro 版本 8.0.41那个就不好使,点击没反应,也没办法联系那边去调试
open-type="chooseAvatar" ios 没反应?<u-cell-group :border="false"> <u-cell-item title="头像" class="t-right"> <button class="avatar-wrapper" open-type="chooseAvatar" @chooseavatar="onChooseAvatar" @click="chooseAvatar"> <image class="avatar" :src="avatarUrl"></image> </button> </u-cell-item> <u-cell-item title="昵称" :border-bottom="false" class="t-right"> <input @change="changeNickname" v-model="nickname" type="nickname" maxlength="10" class="weui-input" placeholder="请输入昵称"/> </u-cell-item> </u-cell-group> <view class="flex-nowrap py-md justify-center"> <u-button shape="circle" class="mr-md" @click="cancel">取消</u-button> <u-button type="primary" shape="circle" @click="check">确定</u-button> </view> </view>
2023-12-01文档有仔细看过,这边是直接使用H5支付,用js做跳转,现在的问题是其他机型全部没问题,只有一个ios11.1和11.3版本的出现这个错误,试过下载QQ浏览器操作,也是不行,所以这个是不是和ios版本有关?网上搜了很多,包括社区,都没有给过很明确的解决方案
H5支付在苹果8plus中提示商家参数格式有误,其他机型都正常最近在做H5支付,今天测试的时候有两位同事无法正常唤起支付页面,提示商家参数格式有误,我这边是通过ajax获取服务器返回的mweb_url,然后location.href去跳转的,除了8plus还有xr也是这样的情况
2020-05-07