Commit 32b73439 authored by qipeng's avatar qipeng

wechatUser/pdFace/list 增加isOrder 0未购买 1已购买

parent c81134a2
......@@ -241,6 +241,7 @@ export default {
faceIds:this.faceIds,//照片ID
openid:this.openid,
merchantId:this.merchantId,//商户ID
isOrder:0,//0未购 1已购
}
this.$request('wechatUser/pdFace/list',data).then((res)=>{
if(res.code=='00'){
......
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