...
|
...
|
@@ -520,7 +520,6 @@ var Order = { |
|
|
var pan = $(this).parents('dl.pan');
|
|
|
var juanText;
|
|
|
|
|
|
$('.errbitip').html('');
|
|
|
$('#biprice').addClass('is-select');
|
|
|
|
|
|
getSelectData(function(d) {
|
...
|
...
|
@@ -529,12 +528,6 @@ var Order = { |
|
|
juanText = $('.play-juan input[value="' + d.couponCode + '"]').next().text();
|
|
|
}
|
|
|
|
|
|
if (d.yohoCoin * 1 <= 0) {
|
|
|
$('.errbitip').html('请输入一个正整数');
|
|
|
$('#biprice').removeClass('is-select');
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
e.$loading.show();
|
|
|
options = {
|
|
|
type: 'POST',
|
...
|
...
|
@@ -542,7 +535,7 @@ var Order = { |
|
|
data: d,
|
|
|
success: function(data) {
|
|
|
var result = data.data;
|
|
|
|
|
|
$('.errbitip').html('');
|
|
|
e.$loading.hide();
|
|
|
if (data.code === 200) {
|
|
|
if (result.yohoCoinCompute && !result.yohoCoinCompute.yohoCoinClick) {
|
...
|
...
|
|