|
@@ -633,7 +633,6 @@
|
|
|
if (num == 0) {
|
|
if (num == 0) {
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
- this.liveType = false;
|
|
|
|
|
// console.log('取消', e)
|
|
// console.log('取消', e)
|
|
|
let moveLenght = e.touches[e.touches.length - 1].clientY - this.startPoint.clientY; //移动距离
|
|
let moveLenght = e.touches[e.touches.length - 1].clientY - this.startPoint.clientY; //移动距离
|
|
|
if (Math.abs(moveLenght) > 50) {
|
|
if (Math.abs(moveLenght) > 50) {
|
|
@@ -642,6 +641,7 @@
|
|
|
icon: "none",
|
|
icon: "none",
|
|
|
duration: 60000
|
|
duration: 60000
|
|
|
});
|
|
});
|
|
|
|
|
+ this.liveType = false;
|
|
|
this.sendLock = true; //触发了上滑取消发送,上锁
|
|
this.sendLock = true; //触发了上滑取消发送,上锁
|
|
|
} else {
|
|
} else {
|
|
|
wx.showToast({
|
|
wx.showToast({
|
|
@@ -649,6 +649,7 @@
|
|
|
icon: "none",
|
|
icon: "none",
|
|
|
duration: 60000
|
|
duration: 60000
|
|
|
});
|
|
});
|
|
|
|
|
+ this.liveType = true;
|
|
|
this.sendLock = false; //上划距离不足,依然可以发送,不上锁
|
|
this.sendLock = false; //上划距离不足,依然可以发送,不上锁
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|