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