diff --git a/pkg_user/views/giftList.vue b/pkg_user/views/giftList.vue index 82f7c94..ffa594e 100644 --- a/pkg_user/views/giftList.vue +++ b/pkg_user/views/giftList.vue @@ -55,6 +55,7 @@ 赠言:{{ item.message || '' }} + 退款 { + if (res.confirm) { + uni.showLoading({ + title: '退款中...', + mask: true + }) + refund({ + id: item.id + }).then(qRes => { + if (qRes.success) { + this.getGiftCardSendList() + } + }).finally(() => { + uni.hideLoading() + }) + } + } + }) + }, pwdPopFinish(payPwd) { this.payPassword = payPwd; @@ -500,7 +525,7 @@ export default { height: 46rpx; padding: 0 12rpx; margin: 0 0 0 24rpx; - border-radius: 8rpx; + border-radius: 100rpx; color: #fff; line-height: 46rpx; font-size: 26rpx; @@ -550,4 +575,16 @@ export default { } } } +.btn1{ + background-color: #fff; + color: #333; + border-radius: 100rpx; + border: 1px solid #333; + font-weight: bold; + height: 46rpx; + padding: 0 12rpx; + margin: 0 0 0 24rpx; + line-height: 40rpx; + font-size: 26rpx; +} \ No newline at end of file