소스 검색

。。。

yuxingxing 2 년 전
부모
커밋
3037bdcc51
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/goods_details/index.vue

+ 1 - 1
pages/goods_details/index.vue

@@ -1143,7 +1143,7 @@ export default {
 			}).then(function (res) {
 				that.isOpen = false;
 				that.attr.cartAttr = false;
-				if (res.code == 200) {
+				if (res.success) {
 					uni.navigateTo({
 						url: "/pages/goods/order_confirm/index?num=" + that.attr.productSelect.totalSales + "&productId=" +
 							that.attr.productSelect.id + "&addressId=" + that.attrAddrValue.id +