微信
-
-
wx.chooseLocation调用失败
wx.chooseLocation无法调起位置选择界面,报以下错误: chooseLocation:fail the api need to be declared in the requiredPrivateInfos field in …
-
微信小程序实现页面遮罩功能
点击一个操作按钮,页面整体变灰,然后在其上可以添加其它功能代码。 首先定义2个view,一个覆盖整个屏幕,一个覆盖在这个灰色view之上。 <view class=”modal-mask” bindtap=”hideModal” ca…