浏览代码

feature: 对唤醒音处理

Damon 7 月之前
父节点
当前提交
563aef3dc3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/deviceWake/deviceWake.wxml

+ 2 - 2
pages/deviceWake/deviceWake.wxml

@@ -65,14 +65,14 @@
           <image src="./../../img/b.png" mode="heightFix"></image>
           <image src="./../../img/b.png" mode="heightFix"></image>
         </view>
         </view>
       </view>
       </view>
-      <view class="page__bd" style="opacity: {{switch2Checked ? 1 : 0.4}};">
+      <!-- <view class="page__bd" style="opacity: {{switch2Checked ? 1 : 0.4}};">
         <text>唤醒音</text>
         <text>唤醒音</text>
         <view class="choice">
         <view class="choice">
           <view class="mode" wx:if="{{!switch2Checked}}"></view>
           <view class="mode" wx:if="{{!switch2Checked}}"></view>
           <text bindtap="goWakeList">{{wakeName}}</text>
           <text bindtap="goWakeList">{{wakeName}}</text>
           <image src="./../../img/b.png" mode="heightFix"></image>
           <image src="./../../img/b.png" mode="heightFix"></image>
         </view>
         </view>
-      </view>
+      </view> -->
     </view>
     </view>
   </view>
   </view>
   <Toast visible="{{toast_visible}}" toast-data='{{toastData}}' twoButCallback="{{twoButCallback}}"></Toast>
   <Toast visible="{{toast_visible}}" toast-data='{{toastData}}' twoButCallback="{{twoButCallback}}"></Toast>