亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

怎么設置小程序頁面使用相機

小新
124
2020-12-16 14:12:10
欄目: 云計算

怎么設置小程序頁面使用相機

設置小程序頁面使用相機的案例:

在對應的wxml文件中添加以下代碼:

<camera device-position="back"  flash="off"binderror="error"style="width:100%;height:300px;"></camera>

<button type="primary"bindtap="takePhoto">拍照</button>

<view>預覽</view>

<image mode="widthFix" src="{{src}}"></image>

在對應的js文件中添加以下代碼:

// pages/headline/headline.js

Page({

takePhoto(){

   const ctx=wx.createCameraContext()

   ctx.takePhoto({

     quality:'high',

     success:(res)=>{

       this.set.Data({

         src:res.tempImagePath

       })

     }

   })

},

error(e){

   console.log(e.detail)

}

})

0
穆棱市| 丽水市| 宣恩县| 会理县| 贡嘎县| 黔西县| 修武县| 天峨县| 自贡市| 饶阳县| 赫章县| 阳西县| 邹城市| 集安市| 东明县| 富蕴县| 新乡市| 香河县| 额济纳旗| 博白县| 新丰县| 定陶县| 顺平县| 红安县| 清远市| 阳谷县| 正镶白旗| 阿拉尔市| 会宁县| 武宁县| 望江县| 普陀区| 深水埗区| 若尔盖县| 华容县| 扶沟县| 田阳县| 清河县| 新兴县| 山阳县| 鸡泽县|