修复在移动端有些部分无法点击的情况
Former-commit-id: 8e5f8771f72201a004394e1023aa32db505e99f5 [formerly 8e5f8771f72201a004394e1023aa32db505e99f5 [formerly 8e5f8771f72201a004394e1023aa32db505e99f5 [formerly 8e5f8771f72201a004394e1023aa32db505e99f5 [formerly 82f392f3dcfd6330d93166753d315281f2c1ab22 [formerly 40f46e5f03c81cea2c7318b63a13c8bb7437e313]]]]] Former-commit-id: 5e32dca8505362087b0d5da989a0477921094717 Former-commit-id: e35dd9f7641400071df1d8825b783ed829beaff5 Former-commit-id: 9de2cdc0677db206b7abb487b9593fb9ff5dd2ea [formerly 864bfbcb3c25bcddae4ed4df9e769e8faed3dce9] Former-commit-id: 72680620cbfc6780e2f8fee25ebb07d127bcd519 Former-commit-id: 9cf0ad163189304fbc62478969e0a4d700457f4e Former-commit-id: ac479e2d905ff534a5e3e2f484089bf2cb2f37a1 Former-commit-id: f866071615cfe13b277d629a284ce278b03275df Former-commit-id: 5c752efe5623fdbf791f96adc2a90ba46590a83b
This commit is contained in:
@@ -24,6 +24,7 @@ export default {
|
|||||||
// 初始化 bs
|
// 初始化 bs
|
||||||
this.BS = new BScroll(this.$refs.wrapper, Object.assign({
|
this.BS = new BScroll(this.$refs.wrapper, Object.assign({
|
||||||
mouseWheel: true,
|
mouseWheel: true,
|
||||||
|
click: true,
|
||||||
scrollbar: {
|
scrollbar: {
|
||||||
fade: true,
|
fade: true,
|
||||||
interactive: false
|
interactive: false
|
||||||
|
|||||||
@@ -76,7 +76,8 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
scrollInit () {
|
scrollInit () {
|
||||||
this.BS = new BScroll(this.$el, {
|
this.BS = new BScroll(this.$el, {
|
||||||
mouseWheel: true
|
mouseWheel: true,
|
||||||
|
click: true
|
||||||
// 如果你愿意可以打开显示滚动条
|
// 如果你愿意可以打开显示滚动条
|
||||||
// scrollbar: {
|
// scrollbar: {
|
||||||
// fade: true,
|
// fade: true,
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ export default {
|
|||||||
scrollInit () {
|
scrollInit () {
|
||||||
this.BS = new BScroll(this.$refs.wrapper, {
|
this.BS = new BScroll(this.$refs.wrapper, {
|
||||||
mouseWheel: true,
|
mouseWheel: true,
|
||||||
|
click: true,
|
||||||
scrollbar: {
|
scrollbar: {
|
||||||
fade: true,
|
fade: true,
|
||||||
interactive: false
|
interactive: false
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ export default {
|
|||||||
scrollInit () {
|
scrollInit () {
|
||||||
this.BS = new BScroll(this.$refs.wrapper, {
|
this.BS = new BScroll(this.$refs.wrapper, {
|
||||||
mouseWheel: true,
|
mouseWheel: true,
|
||||||
|
click: true,
|
||||||
scrollbar: {
|
scrollbar: {
|
||||||
fade: true,
|
fade: true,
|
||||||
interactive: false
|
interactive: false
|
||||||
|
|||||||
Reference in New Issue
Block a user