Showing
3 changed files
with
3 additions
and
3 deletions
@@ -17,7 +17,7 @@ let introUrl = $('#introUrl').val(), | @@ -17,7 +17,7 @@ let introUrl = $('#introUrl').val(), | ||
17 | end = false; | 17 | end = false; |
18 | 18 | ||
19 | $('#is-deposit-advance').on('click', function() { | 19 | $('#is-deposit-advance').on('click', function() { |
20 | - tip.show('定金预售商品只能在APP端购买'); | 20 | + tip.show('只能在有货App购买'); |
21 | }); | 21 | }); |
22 | 22 | ||
23 | // 判断是否要显示向左滑动提示 | 23 | // 判断是否要显示向左滑动提示 |
@@ -151,7 +151,7 @@ function render(data) { | @@ -151,7 +151,7 @@ function render(data) { | ||
151 | if (data.isDepositAdvance === 'Y') { | 151 | if (data.isDepositAdvance === 'Y') { |
152 | setTimeout(function() { | 152 | setTimeout(function() { |
153 | $('#addtoCart').text('立即购买').off('touchstart').on('touchstart', function() { | 153 | $('#addtoCart').text('立即购买').off('touchstart').on('touchstart', function() { |
154 | - tip.show('定金预售商品只能在APP端购买'); | 154 | + tip.show('只能在有货App购买'); |
155 | return false; | 155 | return false; |
156 | }); | 156 | }); |
157 | }, 200); | 157 | }, 200); |
@@ -87,7 +87,7 @@ setTimeout(() => { | @@ -87,7 +87,7 @@ setTimeout(() => { | ||
87 | 87 | ||
88 | setTimeout(function() { | 88 | setTimeout(function() { |
89 | $('#isDepositAdvance').on('touchstart', function() { | 89 | $('#isDepositAdvance').on('touchstart', function() { |
90 | - tip.show('定金预售商品只能在APP端购买'); | 90 | + tip.show('只能在有货App购买'); |
91 | return false; | 91 | return false; |
92 | }); | 92 | }); |
93 | }, 200); | 93 | }, 200); |
-
Please register or login to post a comment