- 生成带参数的二维码无法打开?
生成带参数的二维码在本地调试阶段小程序一直正常打开并跳转公众号, 上线后设成体验版,生成带参数的二维码无法生成二维码,小程序跳转显示无法打开该链接 是因为公众号和小程序没在同一主体吗
2024-08-19 - 原生input iphone机型下自动弹出键盘?。
<van-popup custom-style="height: 50%; width:100%" position="bottom" show="{{ isShow }}" bind:close="onClose"> <van-picker show-toolbar columns="{{ columns }}" bind:confirm="onConfirm" bind:cancel="onClose" active-class="active-blue"> <!-- picker修改源码 --> <view slot="after" wx:if="{{schoolshow}}"> <input wx:if="{{schoolshow}}" type="text" style="background: #eee;margin-top: 10px;font-size: 13px;width: 200px;height: 60rpx;border-radius: 5px;padding-left: 5px;border-radius: 35rpx" placeholder="没有我所在的学校,请填写" bindinput="bindCode" focus="false" auto-focus="false" /> </view> </van-picker> </van-popup>
2022-08-22