Commit 23b7dc6c authored by 黄奎's avatar 黄奎

11

parent 83115380
......@@ -1207,6 +1207,7 @@
created() {},
onLoad(option) {
this.mc = this.$uiConfig.mainColor;
console.log("option",option);
this.customer = uni.getStorageSync("b2b_user");
if (!option.scene) {
if (option.lineId) {
......@@ -1244,6 +1245,7 @@
}
})
}
this.getDetails();
this.U = uni.getStorageSync("mall_UserInfo");
this.b2bUser = uni.getStorageSync("b2b_user");
......
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