|
@@ -380,6 +380,9 @@ $(".order-list").on("tap", ".order-list-goods", function() {
|
|
|
var _keyid = $(this).attr("keyid");
|
|
|
var _storeid = $(this).attr("storeid");
|
|
|
var _goods_commonid = $(this).attr("goods_commonid");
|
|
|
+ if(_goods_commonid==0){
|
|
|
+ return false;
|
|
|
+ }
|
|
|
api.openWin({
|
|
|
name: 'showgoods',
|
|
|
url: '../home/showgoods.html',
|
|
@@ -391,7 +394,6 @@ $(".order-list").on("tap", ".order-list-goods", function() {
|
|
|
});
|
|
|
return false;
|
|
|
})
|
|
|
-////
|
|
|
$("#state-btn").on("tap", "#order-cancel", function() {
|
|
|
api.confirm({
|
|
|
title: '是否取消订单',
|