头像上传裁剪
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user