标签:uniapp

uniapp

uniapp 选择并压缩图片

uniapp  选择并压缩图片
在做app的时候经常需要上传头像,这就需要压缩图片了 使用plus.zip.compressImage 进行压缩 chooseImage() { var that = this; uni.chooseImage({ ...

4年前 (2020-12-22) 喜欢

uniapp

uniapp确认信息框

uniapp确认信息框
确认信息框 uni.showModal({ title: '提示', confirmText: '注册账号', cancelText: '登录绑定', content: '当前微信还未绑定账号,请使用账号密码登录进行绑定或注...

4年前 (2020-12-21) 喜欢

uniapp

uniapp页面传值

uniapp页面传值
上游页面传值 方式1 <navigator :url="'/pages/ucenter/user-info?id=' + item.id" class="weui-cell memner-cell" v-for=&q...

4年前 (2020-12-21) 喜欢