随笔分类 -  微信小程序

工具:微信开发者工具; 用途:记录一些自己做小程序过程中常用的代码,方便以后复用。
摘要: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 阅读(133) 评论(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 阅读(47) 评论(0) 推荐(0)