unknown преди 1 месец
родител
ревизия
05dc4859bc
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2 2
      pages/category/category.wxml
  2. 1 1
      project.private.config.json

+ 2 - 2
pages/category/category.wxml

@@ -219,7 +219,7 @@
 
 
 <!-- 抛物线动画容器(数据驱动渲染) -->
-<!-- <view class="animation-wrap" id="animationWrap">
+<view class="animation-wrap" id="animationWrap">
   <view class="{{move?'move-x':''}}" style="position:absolute;width: 50rpx;height: 50rpx;left:{{animateInfo.startX}}px;top:{{animateInfo.startY}}px;--endX: {{animateInfo.endX-animateInfo.startX}}px;--endY: {{animateInfo.endY-animateInfo.startY}}px;" bind:animationend="endAnimate" >
     <image 
       class="{{move?'move-y':''}}"
@@ -228,7 +228,7 @@
       bind:animationend="endAnimate"
     ></image>
   </view>
-</view> -->
+</view>
   
 
 </view>

+ 1 - 1
project.private.config.json

@@ -46,5 +46,5 @@
       ]
     }
   },
-  "libVersion": "3.8.12"
+  "libVersion": "3.11.1"
 }