Commit 95c8c930 authored by qipeng's avatar qipeng

opition 代码

parent 92ec6c51
......@@ -175,7 +175,7 @@ export default {
this.openid = uni.getStorageSync('openid') //获取openid
this.faceIds = JSON.parse(option.faceIds)
this.location = JSON.parse(uni.getStorageSync('location'))
this.merchantId = uni.getStorageSync('merchantId')// 'z0015605022691a5945bbe463141668c'
this.merchantId = option.merchantId||''// 'z0015605022691a5945bbe463141668c'
this.obtainProvince()//获取省市区
this.inquireMerchant()//查询所有商户
this.getPhotos()//照片列表
......@@ -387,9 +387,9 @@ export default {
orderImgList:[],////订单图片
couponList:[],//券信息
}
if(this.masterSlaveCouponList.length>0){
orderProductListData.couponList.push(this.masterSlaveCouponList[0])
}
if(this.masterSlaveCouponList.length>0){
orderProductListData.couponList.push(this.masterSlaveCouponList[0])
}
this.previewData.forEach((item,index)=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment