|
@@ -527,7 +527,7 @@
|
|
|
<dd>
|
|
|
<input type="text" name="g_vlimit" id="g_vlimit" class="w80 text" value="<?php if ($output['goods']['is_virtual'] == 1) {echo $output['goods']['virtual_limit'];}?>">
|
|
|
<span></span>
|
|
|
- <p class="hint">请填写1~10之间的数字,虚拟商品最高购买数量不能超过10个。</p>
|
|
|
+ <p class="hint">请填写1~10000之间的数字,虚拟商品最高购买数量不能超过10000个。</p>
|
|
|
</dd>
|
|
|
</dl>
|
|
|
<dl class="special-01" nctype="virtual_valid" <?php if ($output['goods']['is_virtual'] == 0) {?>style="display:none;"<?php }?>>
|
|
@@ -904,7 +904,7 @@ $(function(){
|
|
|
},
|
|
|
g_vlimit : {
|
|
|
required : function() {if ($("#is_gv_1").prop("checked")) {return true;} else {return false;}},
|
|
|
- range : [1,10]
|
|
|
+ range : [1,10000]
|
|
|
},
|
|
|
g_fccount : {
|
|
|
<?php if (!$output['edit_goods_sign']) {?>required : function() {if ($("#is_fc_1").prop("checked")) {return true;} else {return false;}},<?php }?>
|
|
@@ -961,8 +961,8 @@ $(function(){
|
|
|
required : '<i class="icon-exclamation-sign"></i>请选择有效期'
|
|
|
},
|
|
|
g_vlimit : {
|
|
|
- required : '<i class="icon-exclamation-sign"></i>请填写1~10之间的数字',
|
|
|
- range : '<i class="icon-exclamation-sign"></i>请填写1~10之间的数字'
|
|
|
+ required : '<i class="icon-exclamation-sign"></i>请填写1~10000之间的数字',
|
|
|
+ range : '<i class="icon-exclamation-sign"></i>请填写1~10000之间的数字'
|
|
|
},
|
|
|
g_fccount : {
|
|
|
required : '<i class="icon-exclamation-sign"></i>请填写1~100之间的数字',
|