摘要: 原文链接:https://blog.csdn.net/weixin_43389208/article/details/119153323 为什么使用短信: 场景:通常在使用手机号注册时需要发送短信验证码,在修改密码等敏感操作时也需要验证手机号发送短信验证码。 目的:验证用户的身份是否本人 平台:百度 阅读全文
posted @ 2021-10-27 21:16 王越666 阅读(1440) 评论(0) 推荐(0)
摘要: login.wxml <view class="container"> <view class="page-body"> <form catchsubmit="formSubmit"> <view class="weui-cell__bd" style="margin: 30rpx 0" > 手机号 阅读全文
posted @ 2021-10-27 20:57 王越666 阅读(329) 评论(0) 推荐(0)
摘要: <!--index.wxml--> <!-- 轮播图 --> <view> <swiper indicator-dots="{{true}}" autoplay="{{true}}" interval="2000"> <block wx:for="{{movie}}"> <swiper-item> 阅读全文
posted @ 2021-10-27 20:04 王越666 阅读(189) 评论(0) 推荐(0)