|
@@ -94,7 +94,7 @@
|
|
|
<script src="//s.iamberry.com/tooth/js/mui.min.js?v=2017101701"></script>
|
|
|
<script src="//s.iamberry.com/tooth/js/jquery-2.1.1.min.js"></script>
|
|
|
<script src="//s.iamberry.com/tooth/js/shop/main.js?v=2017101701"></script>
|
|
|
- <script src="//s.iamberry.com/tooth/js/shop/wechat-utils-1.0.js"></script>
|
|
|
+ <!--<script src="//s.iamberry.com/tooth/js/shop/wechat-utils-1.0.js"></script>-->
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
var check = false,alert_msg='';
|
|
@@ -156,7 +156,7 @@ $(document).on('tap', '#pull-code', function() {
|
|
|
}else{
|
|
|
if(dt.resultCode=="200"){
|
|
|
console.log("获取短信成功!");
|
|
|
- $("#btn-submit").removeAttr("disabled").addClass("active");
|
|
|
+ $("#btn_submit").removeAttr("disabled").removeClass("mui-active");
|
|
|
}else{
|
|
|
mui.alert("短信发送失败!")
|
|
|
}
|