管理端 退款提示语修改
parent
caaed12df4
commit
8a93752fbc
|
@ -322,7 +322,7 @@ export default {
|
|||
});
|
||||
}).then(() => {
|
||||
this.getList();
|
||||
this.$modal.msgSuccess("发起退款成功");
|
||||
this.$modal.msgSuccess("操作成功");
|
||||
}).catch(() => {});
|
||||
},
|
||||
/** 提交按钮 */
|
||||
|
|
|
@ -198,6 +198,9 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
::v-deep .u-textarea__count{
|
||||
bottom: -26rpx;
|
||||
}
|
||||
.box {
|
||||
margin-top: 10%;
|
||||
padding: 20% 40rpx;
|
||||
|
|
Loading…
Reference in New Issue