|
@@ -223,7 +223,7 @@
|
|
|
if(!this.reqOrderParm.strategyId){
|
|
if(!this.reqOrderParm.strategyId){
|
|
|
uni.showModal({
|
|
uni.showModal({
|
|
|
title: '警告!',
|
|
title: '警告!',
|
|
|
- content: '您确定选择自定义充值金额 而自动放弃充值优惠策略',
|
|
|
|
|
|
|
+ content: '您选择任意金额充值不会获得任何优惠,是否确认充值',
|
|
|
success: function (res) {
|
|
success: function (res) {
|
|
|
if (res.confirm) {
|
|
if (res.confirm) {
|
|
|
console.log('用户点击确定');
|
|
console.log('用户点击确定');
|