@tuya-miniapp/smart-ui 2.12.0-beta-7 → 2.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -370,7 +370,6 @@ SmartComponent({
370
370
  : childrenIndex;
371
371
  const safeAnchor = this.children[safeIndex];
372
372
  if (!safeAnchor) {
373
- console.log('No anchor found');
374
373
  return;
375
374
  }
376
375
  // 如果当前有正在进行的滚动,将新的滚动任务加入队列
@@ -371,7 +371,6 @@ var indexList = function () {
371
371
  : childrenIndex;
372
372
  var safeAnchor = this.children[safeIndex];
373
373
  if (!safeAnchor) {
374
- console.log('No anchor found');
375
374
  return;
376
375
  }
377
376
  // 如果当前有正在进行的滚动,将新的滚动任务加入队列
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/smart-ui",
3
- "version": "2.12.0-beta-7",
3
+ "version": "2.12.0",
4
4
  "author": "MiniApp Team",
5
5
  "license": "MIT",
6
6
  "miniprogram": "lib",