Commit 7d75edc653abbb4b5fe5efa271d1101e4e609b57
1 parent
458ef9c4
商品详情页样式优化
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/healthGoodDetails/healthGoodDetails.vue
| @@ -303,7 +303,7 @@ export default { | @@ -303,7 +303,7 @@ export default { | ||
| 303 | // 提示用健康值兑换兑换 | 303 | // 提示用健康值兑换兑换 |
| 304 | let options = { | 304 | let options = { |
| 305 | title: "", | 305 | title: "", |
| 306 | - message: "确定使用" + this.goodsInfo.num + "健康值兑换?", | 306 | + message: "兑换将会消耗" + this.goodsInfo.num + "健康值" + '<br/>' +"确定兑换吗?", |
| 307 | confirmButtonText: "确定", | 307 | confirmButtonText: "确定", |
| 308 | confirmButtonCallback: this.addLuckHealthOrderconfirm, | 308 | confirmButtonCallback: this.addLuckHealthOrderconfirm, |
| 309 | showCancelButton: true, | 309 | showCancelButton: true, |