头像上传裁剪

This commit is contained in:
haomingming
2023-05-11 11:13:50 +08:00
parent 7ef82dab29
commit c3ef53d336
18 changed files with 1429 additions and 60 deletions
+6
View File
@@ -150,6 +150,9 @@ Page({
},
onStepperChange(event) {
console.log(event.detail);
wx.vibrateShort({
"type": "heavy"
})
this.setData({
"info.work_num_day": event.detail
});
@@ -160,6 +163,9 @@ Page({
},
onColumnChange(e) {
wx.vibrateShort({
"type": "heavy"
})
console.log('picker pick:', e);
},