join.wxml 859 B

1234567891011121314
  1. <My_GeneralTemplate padTop="50rpx" padBot="40rpx">
  2. <view style="padding: 0 30rpx;">
  3. <My_GreyRectangleForm title="商户组织">
  4. <van-field autosize disabled="{{isDisabled}}" model:value="{{ fbrand }}" input-class="input-class" placeholder="点击选择" border="{{ false }}" />
  5. </My_GreyRectangleForm>
  6. <My_GreyRectangleForm title="商户编码">
  7. <van-field autosize disabled="{{isDisabled}}" type="number" model:value="{{ fbrand }}" input-class="input-class" placeholder="点击填写" border="{{ false }}" />
  8. </My_GreyRectangleForm>
  9. </view>
  10. </My_GeneralTemplate>
  11. <!-- 提交按钮 -->
  12. <view wx:if="{{!isDisabled}}" class="submit_but">
  13. <van-button bindtap="submit" custom-class="custom-class" round color="linear-gradient(180deg, #82E0E9 0%, #4BBECF 100%);">申请加入</van-button>
  14. </view>