[权证驳回跳转及驳回修改详情报错处理及选择银行卡重新处理]

This commit is contained in:
2021-10-25 10:44:41 +08:00
parent 4056f67853
commit b80e1d69e4
5 changed files with 25272 additions and 7526 deletions

View File

@@ -101,7 +101,8 @@
cancelText : '确定',
success : res => {
if(res.confirm){
this.$Router.push({name: 'GoodsMagAdd', params: {type: 'edit', id}})
console.log(res.confirm)
this.$Router.push({name: 'goodsAdd', params: {type: 'edit', id}})
}
}
})
@@ -217,6 +218,9 @@
.tabs{
position: fixed;
top: 0;
//#ifdef H5
top: 90rpx;
// #endif
left: 0;
right: 0;
z-index: 99;