|
|
|
@ -23,13 +23,13 @@ |
|
|
|
}, |
|
|
|
onLoad(options) { |
|
|
|
this.userInfo = uni.getStorageSync('userinfo'); |
|
|
|
this.loadOptions = decodeURIComponent(options.scene); |
|
|
|
this.loadOptions = options.scene; |
|
|
|
this.strVerfiy = this.loadOptions.slice(2,this.loadOptions.length); |
|
|
|
var search_0$ = this.loadOptions.slice(0,2); |
|
|
|
if(search_0$ == '0$') { |
|
|
|
this.ifProduct = false; |
|
|
|
}else { |
|
|
|
if(search_0$ == 'hy') { |
|
|
|
this.ifProduct = true |
|
|
|
}else { |
|
|
|
this.ifProduct = false; |
|
|
|
} |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
|