|
|
@@ -267,6 +267,11 @@ export default {
|
|
|
this.screenHeight = res.windowHeight;
|
|
|
},
|
|
|
});
|
|
|
+
|
|
|
+ if (this.globalData.upsellCode) {
|
|
|
+ console.log(this.globalData.upsellCode, "upsellCode");
|
|
|
+ this.$refs.shareRef?.open(this.globalData.upsellCode);
|
|
|
+ }
|
|
|
},
|
|
|
methods: {
|
|
|
//扫码助力
|