管理端 退款提示语修改

pull/17/head
Jruome 2023-06-21 17:36:10 +08:00
parent caaed12df4
commit 8a93752fbc
2 changed files with 4 additions and 1 deletions

View File

@ -322,7 +322,7 @@ export default {
}); });
}).then(() => { }).then(() => {
this.getList(); this.getList();
this.$modal.msgSuccess("发起退款成功"); this.$modal.msgSuccess("操作成功");
}).catch(() => {}); }).catch(() => {});
}, },
/** 提交按钮 */ /** 提交按钮 */

View File

@ -198,6 +198,9 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
::v-deep .u-textarea__count{
bottom: -26rpx;
}
.box { .box {
margin-top: 10%; margin-top: 10%;
padding: 20% 40rpx; padding: 20% 40rpx;