|
@@ -490,8 +490,9 @@ export default {
|
|
clientSecret: '8nOzV70edtpCd0El6qce3g==',
|
|
clientSecret: '8nOzV70edtpCd0El6qce3g==',
|
|
});
|
|
});
|
|
},
|
|
},
|
|
- onLoad() {
|
|
|
|
- this.SHOPID = uni.getStorageSync('Id');
|
|
|
|
|
|
+ onLoad(options) {
|
|
|
|
+ console.log(options)
|
|
|
|
+ this.SHOPID = options.id
|
|
|
|
|
|
if (this.SHOPID) {
|
|
if (this.SHOPID) {
|
|
this.getShopBuyId(this.SHOPID).then( () => {
|
|
this.getShopBuyId(this.SHOPID).then( () => {
|