@@ -350,7 +350,8 @@
else if(e.value === 3) {
uni.setStorageSync('issuePageParam', {
goodsId: this.id,
- type: 1
+ type: 1,
+ isLoad:true
});
this.$navToPage({
url: `/pages/issue/index`
@@ -110,17 +110,24 @@ export default {
data(){
return {
isShow:false,
- pam:{}
+ pam:{},
+ init:true
}
},
onShow(){
this.pam = uni.getStorageSync('issuePageParam')
uni.removeStorageSync('issuePageParam');
+
+ if(this.pam.isLoad || this.init){
+ this.init=false
+ delete this.pam.isLoad
this.isShow = false
- this.$nextTick(()=>{
- this.isShow = true
- })
+ this.$nextTick(()=>{
+ this.isShow = true
+ })
+ }
// #endif