|
@@ -149,9 +149,9 @@
|
|
|
mui(this.salesUserGiftList).each(function(index) {
|
|
|
var txt_gift = this;
|
|
|
if (index == 0) {
|
|
|
- a += '<h6>赠品:' + txt_gift.giftName + ' 数量:' + txt_gift.userGiftCount*num + '</h6>';
|
|
|
+ a += '<h6>赠品:' + txt_gift.giftName + ' 数量:' + txt_gift.userGiftCount + '</h6>';
|
|
|
} else {
|
|
|
- a += '<h6> ' + txt_gift.giftName + ' 数量:' + txt_gift.userGiftCount*num + '</h6>';
|
|
|
+ a += '<h6> ' + txt_gift.giftName + ' 数量:' + txt_gift.userGiftCount + '</h6>';
|
|
|
}
|
|
|
});
|
|
|
str += a
|
|
@@ -335,8 +335,6 @@
|
|
|
});
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
/*修改订单状态*/
|
|
|
function updateOrderStatus(orderId, status, remark) {
|
|
|
var msg = "";
|