头像上传裁剪
This commit is contained in:
@@ -66,6 +66,9 @@ Page({
|
||||
console.log("onChange: ", detail);
|
||||
if(detail){
|
||||
this.setData({ note: this.data.open_note });
|
||||
wx.vibrateShort({
|
||||
"type": "heavy"
|
||||
})
|
||||
}else{
|
||||
this.setData({ note: this.data.close_note });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user