管理端 退款提示语修改

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(() => {
this.getList();
this.$modal.msgSuccess("发起退款成功");
this.$modal.msgSuccess("操作成功");
}).catch(() => {});
},
/** 提交按钮 */

View File

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