|
|
@@ -145,19 +145,19 @@ export default {
|
|
|
},
|
|
|
goBack(){
|
|
|
uni.navigateBack()
|
|
|
- this.subscribe()
|
|
|
+ //this.subscribe()
|
|
|
},
|
|
|
goHome () {
|
|
|
uni.removeStorageSync('ghsCgScene')
|
|
|
uni.removeStorageSync('ghsCgOption')
|
|
|
this.pageTo({url:"/admin/home/workbench",type:4})
|
|
|
- this.subscribe()
|
|
|
+ //this.subscribe()
|
|
|
},
|
|
|
goDetail() {
|
|
|
uni.removeStorageSync('ghsCgScene')
|
|
|
uni.removeStorageSync('ghsCgOption')
|
|
|
this.pageTo({url: '/pagesPurchase/purDetails?id='+this.option.id+'&status=2',type:2})
|
|
|
- this.subscribe()
|
|
|
+ //this.subscribe()
|
|
|
},
|
|
|
subscribe(){
|
|
|
// #ifdef MP-WEIXIN
|