内射老阿姨1区2区3区4区_久久精品人人做人人爽电影蜜月_久久国产精品亚洲77777_99精品又大又爽又粗少妇毛片

成都小程序開發(fā)之圖片上傳

2022-07-14    分類: 小程序開發(fā)

成都小程序開發(fā)中需要用到的圖片上傳功能詳解:



打開開發(fā)者工具,新建小程序項目


打開新建好的小程序,index.wxml 添加一個按鈕 ,加入按下事件


打開index.js加入uploadpic方法


修改圖片上傳接口。


具體js代碼:


uploadpic: function () {


let that = this;


wx.showActionSheet({


itemList: ['從相冊中選擇', '拍照'],


itemColor: "#f7982a",


success: function (res) {


if (!res.cancel) {


if (res.tapIndex == 0) {


that.chooseWxImage('album')


} else if (res.tapIndex == 1) {


that.chooseWxImage('camera')


}


}


}


})


},


chooseWxImage: function (type) {


var that = this;


wx.chooseImage({


sizeType: ['original', 'compressed'],


sourceType: [type],


success: function (ress) {


wx.showToast({


icon: "loading",


title: "正在上傳"


}),


wx.uploadFile({


url: app.siteurl + '/index.php?m=api&c=index&v=uploadpic',


filePath: ress.tempFilePaths[0],


name: 'file',


header: { "Content-Type": "multipart/form-data" },


formData: {


'appkey': app.appkey


},


success: function (res) {


if (res.statusCode != 200) {


wx.showModal({


title: '提示',


content: '上傳失敗',


showCancel: false


})


return;


}


},


fail: function (e) {


wx.showModal({


title: '提示',


content: '上傳失敗',


showCancel: false


})


},


complete: function () {


wx.hideToast();


}


})


}


})


},

網(wǎng)站名稱:成都小程序開發(fā)之圖片上傳
轉(zhuǎn)載注明:http://www.rwnh.cn/news46/178346.html

網(wǎng)站建設(shè)、網(wǎng)絡(luò)推廣公司-創(chuàng)新互聯(lián),是專注品牌與效果的網(wǎng)站制作,網(wǎng)絡(luò)營銷seo公司;服務(wù)項目有小程序開發(fā)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

手機網(wǎng)站建設(shè)
建瓯市| 金川县| 内丘县| 三原县| 石棉县| 措勤县| 石门县| 鲜城| 庄河市| 赞皇县| 靖边县| 罗城| 布拖县| 利辛县| 靖安县| 水城县| 克拉玛依市| 乌兰浩特市| 竹溪县| 渑池县| 南安市| 黄平县| 法库县| 中宁县| 谷城县| 夏河县| 兰西县| 东光县| 乐业县| 开封县| 吴江市| 大荔县| 龙川县| 逊克县| 开封县| 井研县| 安乡县| 凌海市| 石家庄市| 皮山县| 巩留县|