05 2021 档案
uniapp---获取验证码
摘要:<view class="apply-form"> <view class="apply-lt"> 手机号 </view> <view class="apply-phone"> <input type="text" :value="info.telephone" name="telephone" p 阅读全文
posted @ 2021-05-28 09:51 天空中的云~飞起来了 阅读(1497) 评论(2) 推荐(0)
小程序---订阅消息
摘要:1.微信小程序 // 微信小程序 订阅消息,最多三条 wx.requestSubscribeMessage({ tmplIds: [''], success (res) { } }) object.success 回调函数 参数 Object res 属性类型说明 errMsg String 接口调 阅读全文
posted @ 2021-05-21 16:51 天空中的云~飞起来了 阅读(211) 评论(0) 推荐(0)
uniapp---解析富文本
摘要:1.uniapp插件市场下载mp-html。 链接:mp-html.zip 2.放到components目录下。 3.页面使用。 <template> <view class="content"> <view class="text-area"> <text class="title">{{titl 阅读全文
posted @ 2021-05-21 14:16 天空中的云~飞起来了 阅读(2225) 评论(0) 推荐(0)
微信小程序---上拉加载
摘要:// 上拉加载 onReachBottom() { var page = this.data.page, ifPage = this.data.ifPage, list = this.data.list page++; app.ajax("/Goods/integral_index", { user 阅读全文
posted @ 2021-05-21 11:25 天空中的云~飞起来了 阅读(117) 评论(0) 推荐(0)