
微信小程序
阿宁670
这个作者很懒,什么都没留下…
展开
-
SpringBoot+微信小程序上传头像
SpringBoot <!-- 引入swagger2 --> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </de原创 2020-06-16 14:12:20 · 513 阅读 · 0 评论 -
微信小程序消息跑马灯通知效果
wxml <view class="topInfos"> <image class="scoreIcon" mode="widthFix" src="../../imgs/v2/iconScore.png"></image> <image class="hornIcon" mode="widthFix" src="../....原创 2020-05-01 23:07:33 · 255 阅读 · 0 评论 -
开发答题小程序之倒计时开始页面及背景音乐实现
pages/show/show.wxml<view class="question-box"> <view class="clip1 {{count==0?'':'clip1'}}">3</view> <view class="clip2 {{count==1?'':'hide'}}">2</view>...原创 2020-04-27 23:07:53 · 400 阅读 · 0 评论 -
开发答题小程序背景音乐实现
/** * 微信小程序背景音乐实现 */const bgMusic = wx.getBackgroundAudioManager() //创建背景音乐Page({ data: { // id: '',//请求数据参数id musicMsg: "",//接收数据对象 }, onLoad: function (options) { var that = this th...原创 2020-04-27 23:07:03 · 257 阅读 · 0 评论