Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -378,7 +378,7 @@ export default { | @@ -378,7 +378,7 @@ export default { | ||
| 378 | 378 | ||
| 379 | uni.showModal({ | 379 | uni.showModal({ |
| 380 | title: '确认提交', | 380 | title: '确认提交', |
| 381 | - content: '确定提交锁价吗?', | 381 | + content: '请确认是否锁价,并务必核对“单价”准确性,一经确认,无法更改或调整!', |
| 382 | success: (res) => { | 382 | success: (res) => { |
| 383 | if (res.confirm) { | 383 | if (res.confirm) { |
| 384 | priceLock(payload).then(() => { | 384 | priceLock(payload).then(() => { |
| @@ -365,7 +365,7 @@ export default { | @@ -365,7 +365,7 @@ export default { | ||
| 365 | 365 | ||
| 366 | uni.showModal({ | 366 | uni.showModal({ |
| 367 | title: '确认提交', | 367 | title: '确认提交', |
| 368 | - content: '确定提交锁价吗?', | 368 | + content: '请确认是否锁价,并务必核对“单价”准确性,一经确认,无法更改或调整!', |
| 369 | success: (res) => { | 369 | success: (res) => { |
| 370 | if (res.confirm) { | 370 | if (res.confirm) { |
| 371 | priceLock(payload).then(() => { | 371 | priceLock(payload).then(() => { |