Commit a09e1405 by 李嘉林

加log

parent 6303967c
...@@ -296,9 +296,9 @@ export default { ...@@ -296,9 +296,9 @@ export default {
wx.setStorageSync('attractingCustomerChannelId',paramsObj.attractingCustomerChannelId); wx.setStorageSync('attractingCustomerChannelId',paramsObj.attractingCustomerChannelId);
wx.setStorageSync(this.$store.state.mixid+'storeId',paramsObj.storeId); wx.setStorageSync(this.$store.state.mixid+'storeId',paramsObj.storeId);
wx.setStorageSync(this.$store.state.mixid+'sellerId',paramsObj.sellerId); wx.setStorageSync(this.$store.state.mixid+'sellerId',paramsObj.sellerId);
console.log(res.data.data) log.info(res.data.data,'getShareSceneRecord')
console.log(wx.getStorageSync("openid")) log.info(wx.getStorageSync("openid"))
console.log(333333) log.info(333333)
if(wx.getStorageSync("openid")) { if(wx.getStorageSync("openid")) {
indexApi.addRecord( indexApi.addRecord(
{ {
......
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