You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112
  1. <view-flex class="footer" justify="space-between" align="center">
  2. <view class="left" wx:if="{{hasId}}">
  3. <view-flex bind:tap="delData" data-id="{{hasId}}" justify="center" align="center">
  4. 删除
  5. </view-flex>
  6. </view>
  7. <view class="right" style="width: {{hasId ? '400rpx' : '100%'}};">
  8. <view-flex bind:tap="saveData" data-id="{{hasId}}" justify="center" align="center">
  9. 保存
  10. </view-flex>
  11. </view>
  12. </view-flex>