|
|
@@ -53,6 +53,7 @@ export default {
|
|
|
components: {
|
|
|
AppSwiper,
|
|
|
},
|
|
|
+ mixins: [share],
|
|
|
data() {
|
|
|
return {
|
|
|
constant: this.$constant,
|
|
|
@@ -115,6 +116,17 @@ export default {
|
|
|
computed: {
|
|
|
...mapGetters(["getLoginInfo"])
|
|
|
},
|
|
|
+ onLoad() {
|
|
|
+ this.jweixinFn({
|
|
|
+ title: "更懂您的花卉宝",
|
|
|
+ pagePath: "pagesClient/official/index",
|
|
|
+ imageUrl: ""
|
|
|
+ });
|
|
|
+ },
|
|
|
+ onShow() {
|
|
|
+ // 隐藏返回首页按钮。
|
|
|
+ uni.hideHomeButton()
|
|
|
+ },
|
|
|
methods: {
|
|
|
...mapActions(['setUserShopAll']),
|
|
|
register(){
|