- 首次长按无法跳转其他小程序,必须点击一下,长按才能跳转?
<view class="woodenfish" bindtap="retract" bindlongpress="jump" animation="{{animation}}" > <image src="{{showWoodenfish == 'mouth'?'../../image/mouth.png':showWoodenfish == 'eyes'?'../../image/eyes.png':'../../image/woodenfish.png'}}" class="woodenfish-img" mode="widthFix"/> <image src="../../image/leftHand.png" mode="widthFix" animation="{{animationLeftHand}}" class="{{showHand=='in'?'left-hand-in':'left-hand'}}"/> <image src="../../image/leftHand.png" mode="widthFix" animation="{{animationRightHand}}" class="{{showHand=='in'?'right-hand-in':'right-hand'}}"/> </view> jump(e) { let url = e.currentTarget.dataset.url let extraData = { appId: cityConfig[city].appId, mchId: cityConfig[city].mchId, cityCode: cityConfig[city].cityCode, openId: wx.getStorageSync(util.key.openId), userPhone: wx.getStorageSync(util.key.userPhone) || '110', user_name: wx.getStorageSync(util.key.name), user_pic: wx.getStorageSync(util.key.headPortrait), city: cityConfig[city].authAddrName, userId: wx.getStorageSync(util.key.userid), } wx.navigateToMiniProgram({ appId: 'wxa9cef34caa07eb24', path: url, extraData: extraData, envVersion: 'trial', success(res) { // 打开成功 }, fail(res) { console.log(res) } }) }, [图片]
04-22 - 检测发现你的小程序AppSecret存在历史泄露且仍然有效,请进行重置后提审,并及时修改后台代码?
请问这个必须要重置AppSecret吗[图片]
2022-05-07 - 小程序插件开发里面怎么使用 tabBar 呢,是在plugin.json中配置tabbar吗?
[图片]
2021-08-19 - 小程序之间跳转出现打开失败,app is loading是什么原因?
[图片][图片]
2021-07-02