Commit 8f6a8577 by sunerhu

1.修改H5 购买成功查看订单详情userId 未传值问题

parent d1c918da
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
this.userId = options.userId; this.userId = options.userId;
uni.setStorageSync('cffp_userId', this.userId) uni.setStorageSync('cffp_userId', this.userId)
}; };
this.isRedirect = option.isRedirect this.isRedirect = options.isRedirect
this.orderId = options.orderId; this.orderId = options.orderId;
this.orderStatus = options.orderStatus; this.orderStatus = options.orderStatus;
this.fileId = options.fileId; this.fileId = options.fileId;
......
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