@@ -126,12 +126,15 @@
...mapGetters({ shopUser: 'getShopUser' })
},
onLoad(option) {
- this.specialInit()
+ // this.specialInit()
mounted() {},
methods: {
isWxMiniapp(){
return isWxMiniapp()
+ },
+ init(){
+ this.specialInit();
specialInit() {
// #ifdef H5