中文字幕理论片,69视频免费在线观看,亚洲成人app,国产1级毛片,刘涛最大尺度戏视频,欧美亚洲美女视频,2021韩国美女仙女屋vip视频

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
小程序背景音樂

onLaunch: function () {

console.log( this)

this.AppMusic = wx.createInnerAudioContext();

this.AppMusic.autoplay = true;

this.AppMusic.loop = true;

this.AppMusic.onPlay(() => {

console.log( '開始播放')

})

this.AppMusic.onError((res) => {

console.log(res.errMsg)

console.log(res.errCode)

})

},

// 從60s開始播放

app.AppMusic.seek( 60);

app.AppMusic.src = 'http://ovhvevt35.bkt.clouddn.com/photo/%E5%A5%BD%E5%A6%B9%E5%A6%B9%E4%B9%90%E9%98%9F%20-%20%E4%B8%8D%E8%AF%B4%E5%86%8D%E8%A7%81.mp3'

// music

music(e){

let that = this;

let status = e.currentTarget.dataset.status;

if (status){

app.AppMusic.pause();

app.AppMusic.onPause(() => {

console.log( '暫停播放');

that.setData({

status: false

})

})

} else{

app.AppMusic.play();

app.AppMusic.onPlay(() => {

console.log( '開始播放');

that.setData({

status: true

})

})

}

console.log(e)

},

// 上傳圖片音樂會暫停

upImg(){

wx.chooseImage({

success: function (res) {

var tempFilePaths = res.tempFilePaths

wx.uploadFile({

url: 'https://example.weixin.qq.com/upload', //僅為示例,非真實的接口地址

filePath: tempFilePaths[ 0],

name: 'file',

formData: {

'user': 'test'

},

success: function (res) {

var data = res.data

//do something

}

})

}

})

},

文章轉載:http://www.gehut.cn/

本站僅提供存儲服務,所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權內(nèi)容,請點擊舉報。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
前端微信小程序云開發(fā)基礎講解
uni-app調用wifi接口
微信小程序群功能開發(fā)-前端篇 極樂君
微信小程序開發(fā)
微信小程序圖片上傳功能(PHP后端)
app uniapp 獲取位置
更多類似文章 >>
生活服務
熱點新聞
分享 收藏 導長圖 關注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服