mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 16:16:45 +08:00
修改偏移量
This commit is contained in:
@@ -431,7 +431,7 @@ export default {
|
||||
keyword: '法定监护人',
|
||||
pageNo: '1',
|
||||
index: '1',
|
||||
offset: this.caOffset,
|
||||
offset: '-500',
|
||||
pos: '3'
|
||||
}).then(data => {
|
||||
console.log(`--签名返回:val:${val},this.detailJump:${this.detailJump},this.relationToAppnt:${this.relationToAppnt}`, JSON.stringify(data))
|
||||
@@ -510,7 +510,7 @@ export default {
|
||||
keyword: '法定监护人',
|
||||
pageNo: '1',
|
||||
index: '1',
|
||||
offset: '0',
|
||||
offset: '150',
|
||||
pos: '3'
|
||||
}).then(data => {
|
||||
console.log(`--签名返回:val:${val},this.detailJump:${this.detailJump},this.relationToAppnt:${this.relationToAppnt}`, JSON.stringify(data))
|
||||
|
||||
Reference in New Issue
Block a user