Explorar o código

增加限制医美机构购买优惠券

zhengjinyi %!s(int64=3) %!d(string=hai) anos
pai
achega
2ea519756e

+ 1 - 1
src/main/resources/static/js/product/detail.js

@@ -689,7 +689,7 @@ var productDetail = new Vue({
                 }else{
                     if(response.code == -1){//个人机构不能购买
                         CAIMEI.Alert('该优惠券仅限医美机构购买,请升级为医美机构后再次购买。', '去升级', true, function(){
-                            window.location.href = "/user/setting/upgrade.html.html";
+                            window.location.href = "/user/setting/upgrade.html";
                         });
                     }else if(response.code == -2){//会员机构不是医美机构不能购买
                         CAIMEI.dialog('该优惠券仅限医美机构购买',false,function () {});

+ 1 - 1
src/main/resources/static/js/shopping/cart.js

@@ -541,7 +541,7 @@ var shoppingCart = new Vue({
                 }else{
                     if(response.code == -1){//个人机构不能购买
                         CAIMEI.Alert('该优惠券仅限医美机构购买,请升级为医美机构后再次购买。', '去升级', true, function(){
-                            window.location.href = "/user/setting/upgrade.html.html";
+                            window.location.href = "/user/setting/upgrade.html";
                         });
                     }else if(response.code == -2){//会员机构不是医美机构不能购买
                         CAIMEI.dialog('该优惠券仅限医美机构购买',false,function () {});

+ 1 - 1
src/main/resources/static/js/user-center/account/coupon-collection.js

@@ -114,7 +114,7 @@ var orderPage = new Vue({
                     }else{
                         if(response.code == -1){//个人机构不能购买
                             CAIMEI.Alert('该优惠券仅限医美机构购买,请升级为医美机构后再次购买。', '去升级', true, function(){
-                                window.location.href = "/user/setting/upgrade.html.html";
+                                window.location.href = "/user/setting/upgrade.html";
                             });
                         }else if(response.code == -2){//会员机构不是医美机构不能购买
                             CAIMEI.dialog('该优惠券仅限医美机构购买',false,function () {});