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.

account-cancellation.vue 547B

2 years ago
2 years ago
2 years ago
123456789101112131415161718192021222324
  1. <template>
  2. <view class="content">
  3. <view class="value">
  4. 尊敬的用户: 一旦注销九州ETC会员账号,您将无法通过九州ETC小程序、九州ETC公众号等会员登录渠道查看及找回账户
  5. </view>
  6. <view class="subBtn">
  7. <submit-button title="注销账户" form-type="submit" @submit="formSubmit">
  8. </submit-button>
  9. </view>
  10. </view>
  11. </template>
  12. <script>
  13. </script>
  14. <style lang="scss" scoped>
  15. .content {
  16. padding: 100rpx 50rpx 0rpx 50rpx;
  17. font-size: 30rpx;
  18. .subBtn{
  19. margin-top: 100rpx;
  20. }
  21. }
  22. </style>