摘要: 1 getSet:function (e) { 2 var that = this; 3 wx.getSetting({ 4 success (res) { 5 var Auth = res.authSetting; 6 if(Auth['scope.userLocation']){ 7 that. 阅读全文
posted @ 2022-04-29 11:40 M0010 阅读(130) 评论(0) 推荐(0)
摘要: wxml <!-- 自定义弹框 --> <view class="Modal" hidden="{{ModalHidden}}"> <view class="ModalShow"> <view class="flex ModalHeader"> <view>自定义弹框</view> </view> 阅读全文
posted @ 2021-10-26 15:12 M0010 阅读(39) 评论(0) 推荐(0)