Browse Source

修改按钮透明度

release
123456 3 years ago
parent
commit
dd1dcd6e45
  1. 2
      epdc-resident-mp-yushan/pages/index/index.wxml
  2. 2
      epdc-resident-mp-yushan/subpages/family/pages/familyInfo/familyInfo.wxml

2
epdc-resident-mp-yushan/pages/index/index.wxml

@ -159,7 +159,7 @@
<move-btn wx:if="{{vaccinationSwitch}}" button-width="142" button-height="164" button-left="620" area-top="120" area-height="80%" img-url="../../images/vaccines.png" bindmovebtnCallBack="toVaccines"></move-btn>
<!-- 测试使用 -->
<move-btn wx:if="{{vaccinationSwitch}}" button-width="100" button-height="80" button-left="620" area-top="120" area-height="65%" img-url="../../images/logo.png" bindmovebtnCallBack="toFamily"></move-btn>
<!-- <move-btn wx:if="{{vaccinationSwitch}}" button-width="100" button-height="80" button-left="620" area-top="120" area-height="65%" img-url="../../images/logo.png" bindmovebtnCallBack="toFamily"></move-btn> -->
<!-- 拨打电话 -->

2
epdc-resident-mp-yushan/subpages/family/pages/familyInfo/familyInfo.wxml

@ -248,7 +248,7 @@
</view>
</view>
<view class="operate" wx:if="{{pageType === 'add'}}">
<view class="btn {{ submitBtnIsAllowed ? '' : 'z-disabled'}}" bind:tap="submit">确认提交</view>
<view class="btn" style="opacity: 1;" bind:tap="submit">确认提交</view>
</view>
<view class="edit" wx:if="{{pageType === 'look'}}">
<view class="editbtn" bindtap="editTap">编辑</view>

Loading…
Cancel
Save