Commit d6002798e1c29ad1b743f6ecebdef5283bd233c1
1 parent
7d75edc6
内容更改
Showing
1 changed file
with
2 additions
and
1 deletions
src/pages/healthGoodDetails/healthGoodDetails.vue
| ... | ... | @@ -383,7 +383,8 @@ export default { |
| 383 | 383 | }, 1500); |
| 384 | 384 | // 显示查看地址弹框 |
| 385 | 385 | let options = { |
| 386 | - message: "兑换成功", | |
| 386 | + title: "兑换成功", | |
| 387 | + message: "预计3-5个工作日发货,在活动页面的《兑换记录》里可以查看物流", | |
| 387 | 388 | messageAlign: "center", |
| 388 | 389 | confirmButtonText: "我知道了", |
| 389 | 390 | confirmButtonCallback: "" | ... | ... |