diff --git a/src/views/modules/order/buyorder.vue b/src/views/modules/order/buyorder.vue
index 34f6ed3..48df71f 100644
--- a/src/views/modules/order/buyorder.vue
+++ b/src/views/modules/order/buyorder.vue
@@ -177,10 +177,10 @@
![]()
-
-
+
-
{{ children.productName }}
+
{{ children.productName }}
+
¥{{ children.productPrice }} × {{ children.quantity }}
@@ -279,7 +279,7 @@
{{ (pageIndex - 1) * pageSize + scope.$index + 1 }}
-->
-
+
@@ -356,9 +356,25 @@
-->
-
+
+
+
+
+
+
+
![]()
+
+
+ {{item.productName}} [ ×{{item.quantity}} ]
+
+
+
+
+
-
+
+
待付款
待发货
@@ -458,6 +474,28 @@
确 定
+
+
+
该商品共包含了 {{currBookLIst.length}} 个书籍
+
+
+
+
@@ -619,6 +657,8 @@ export default {
},
SheetSelectionList:[],
addressLoad:false, // 省份加载动画
+ booksShow: false, // 展示包含书籍信息
+ currBookLIst:[]
}
},
components: {
@@ -633,6 +673,14 @@ export default {
}
},
methods: {
+ seeBooks(arr){
+ this.currBookLIst = arr
+ this.booksShow = true
+ },
+ booksHandleClose(){
+ this.currBookLIst = []
+ this.booksShow = false
+ },
changeAddress(){
console.log(this.addressForm.orderSn,'this.addressForm')
if(this.addressForm.provinceCode && this.addressForm.cityCode && this.addressForm.countyCode){
@@ -1217,6 +1265,9 @@ export default {
}