|
@@ -28,6 +28,8 @@ let editAddress = []
|
|
let addressContent = {} // 只做显示用户地址内容
|
|
let addressContent = {} // 只做显示用户地址内容
|
|
let orderAddress = []
|
|
let orderAddress = []
|
|
let station = ''
|
|
let station = ''
|
|
|
|
+// 订单信息
|
|
|
|
+let payInfo = {}
|
|
orderInfo.coupons = [] // 优惠券信息
|
|
orderInfo.coupons = [] // 优惠券信息
|
|
// end-用戶地址
|
|
// end-用戶地址
|
|
if (uri.indexOf('common.yiguanjia.me') > -1) {
|
|
if (uri.indexOf('common.yiguanjia.me') > -1) {
|
|
@@ -70,5 +72,6 @@ export default {
|
|
orderAddress: orderAddress,
|
|
orderAddress: orderAddress,
|
|
station: station,
|
|
station: station,
|
|
addressContent: addressContent,
|
|
addressContent: addressContent,
|
|
- orderPrice: orderPrice
|
|
|
|
|
|
+ orderPrice: orderPrice,
|
|
|
|
+ payInfo: payInfo
|
|
}
|
|
}
|