Browse Source

修复 showToast 定时器时间

master
zhengshuiqi 3 years ago
parent
commit
8e82d68636
  1. 4
      pages/category/productList.vue
  2. 2
      pages/index/index.vue

4
pages/category/productList.vue

@ -305,7 +305,7 @@
icon: 'none',
duration: 2000
})
}, 2000)
}, 500)
this.isCart = false
} else {
@ -504,7 +504,7 @@
icon: 'none',
duration: 3000
})
}, 2000)
}, 500)
this.query.page_index--
}
}

2
pages/index/index.vue

@ -839,7 +839,7 @@
icon: 'none',
duration: 2000
})
}, 2000)
}, 500)
}
//uni.showTabBar()

Loading…
Cancel
Save