获取设备型号
This commit is contained in:
@@ -198,6 +198,11 @@ export default {
|
||||
},
|
||||
// 提醒发送
|
||||
remindSend() {
|
||||
wx.getSystemInfo({
|
||||
success (res) {
|
||||
console.log(res.model)
|
||||
}
|
||||
})
|
||||
this.firstClickTime = new Date(this.detail.remindTime.replace(/-/g, "/")).getTime() || new Date(this.detail.remindTime).getTime() || 0 ;
|
||||
this.currentClickTime = +new Date();
|
||||
let time = this.currentClickTime - this.firstClickTime;
|
||||
|
||||
Reference in New Issue
Block a user