|
|
@@ -768,7 +768,7 @@ $(".yzxx").click(function() {
|
|
|
let shop = "{$fullordertt['shop']}"
|
|
|
shop = shop*1
|
|
|
if(source == 2){
|
|
|
- if([35,39,40,41,44,46,58].includes(shop)){
|
|
|
+ if([39,40,41,44,46,58].includes(shop)){
|
|
|
let express = $("select[name='express']").find("option:selected").val();
|
|
|
if(express != 83){
|
|
|
layx.confirm('提示','确定CBT发货模式店铺不走cbt吗?',null,{
|
|
|
@@ -791,7 +791,7 @@ $(".yzxx").click(function() {
|
|
|
}else{
|
|
|
doyzxx_next()
|
|
|
}
|
|
|
- }else if([38].includes(shop)){
|
|
|
+ }else if([35,38].includes(shop)){
|
|
|
let express = $("select[name='express']").find("option:selected").val();
|
|
|
if(express != 85){
|
|
|
layx.confirm('提示','确定shipping发货模式店铺不走shipping吗?',null,{
|