diff --git a/pages/dealer/withdraw/apply.vue b/pages/dealer/withdraw/apply.vue index 75970d9..f604cec 100644 --- a/pages/dealer/withdraw/apply.vue +++ b/pages/dealer/withdraw/apply.vue @@ -1,361 +1,410 @@ \ No newline at end of file + .input { + display: block; + } + + .c-violet { + color: #786cff; + } + + .col-bb { + color: #bbb; + } + + .dealer-bg { + .image { + width: 100%; + } + } + + .widget-body { + position: relative; + width: 88%; + margin: 0 auto; + + .widget { + box-sizing: border-box; + box-shadow: 0 6rpx 20rpx rgba(0, 0, 0, 0.11); + border-radius: 12rpx; + } + } + + // 提现金额 + .widget__capital { + padding: 10rpx 0; + margin-top: -60rpx; + + .capital__item { + height: 80rpx; + padding: 10rpx 35rpx; + font-size: 28rpx; + border-bottom: 1rpx solid #e7e7e7; + box-sizing: border-box; + + &:last-child { + border-bottom: none; + } + + .item__left { + margin-right: 20rpx; + } + + .item__right { + .input { + font-size: 28rpx; + text-align: right; + } + } + } + } + + .capital__lowest { + padding-right: 20rpx; + box-sizing: border-box; + font-size: 26rpx; + } + + // 提现方式 + .widget__form { + padding: 10rpx 0 20rpx 0; + + .form__title { + padding: 16rpx 35rpx; + border-bottom: 1rpx solid #f3f3f3; + } + + .form__box { + padding: 20rpx 35rpx; + } + + .form__field { + height: 80rpx; + padding: 0; + box-sizing: border-box; + font-size: 28rpx; + margin-bottom: 10rpx; + + .radio__icon { + font-size: 38rpx; + margin-right: 12rpx; + } + + .field-input { + .input { + background-color: #f9f9f9; + padding: 16rpx 20rpx; + font-size: 28rpx; + } + } + } + } + + // 提交申请 + .form-submit { + margin-top: 40rpx; + + button { + font-size: 30rpx; + background: #786cff; + border: 1rpx solid #786cff; + color: white; + border-radius: 50rpx; + padding: 0 120rpx; + } + + button[disabled] { + background: #8e84fc; + border-color: #8e84fc; + color: white; + } + } + diff --git a/pages/news/user/withdrawal.vue b/pages/news/user/withdrawal.vue index d80ba40..c6cdcfd 100644 --- a/pages/news/user/withdrawal.vue +++ b/pages/news/user/withdrawal.vue @@ -306,7 +306,6 @@ .replace(/\./g, "") .replace("$#$", ".") } - console.log(num) if (num > Number(this.balance)) { // 判断value值是否小于等于100, 如果大于100限制输入100 uni.showToast({ title: this.balance > 0 ? `最多可用${Number(this.balance)}元, 请重新输入` : '暂无可提现金额', @@ -324,7 +323,6 @@ this.$forceUpdate(); } } - }, allMoeny() { //全部体现 this.obj.money = this.balance