摘要: //调用图片和相机 choosePic() { console.log("table") var _this = this wx.chooseImage({ count: 9, // 最多可以选择的图片张数,默认9 sizeType: ['original', 'compressed'], // o 阅读全文
posted @ 2023-04-19 15:42 shuihanxiao 阅读(154) 评论(0) 推荐(0) 编辑
摘要: // 复制联系地址 fnCopyAddress() { wx.setClipboardData({ data: this.data.detailInfo.address, success: res => { Util.errorShow('复制联系地址成功') } }) }, // 打印小票 fnP 阅读全文
posted @ 2023-04-19 09:44 shuihanxiao 阅读(81) 评论(0) 推荐(0) 编辑