Commit 9893c088 by fengfan

3

parent 87098650
......@@ -712,7 +712,7 @@ var vueInstance = new Vue({
var hammerTest = new Hammer(dom);
hammerTest.on('pan', function(ev) {
if (ev.additionalEvent == 'panright') {
if(that.activeIdx != 2){
if(that.activeIdx != 3){
panleft()
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment