提交一波
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn-height"></div>
|
||||
<div class="footer" v-if="info.status != 2" @click="toAdd">采样</div>
|
||||
<div class="footer" v-if="info.status != 2 && isHideBtn != 1" @click="toAdd">采样</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -59,6 +59,7 @@ export default {
|
||||
return {
|
||||
id: '',
|
||||
info: {},
|
||||
isHideBtn: 0
|
||||
}
|
||||
},
|
||||
computed: { ...mapState(['user']) },
|
||||
@@ -73,6 +74,7 @@ export default {
|
||||
uni.$on('updateDetail', () => {
|
||||
this.getDetail()
|
||||
})
|
||||
this.isHideBtn = option.isHideBtn || 0
|
||||
},
|
||||
methods: {
|
||||
getDetail() {
|
||||
|
||||
Reference in New Issue
Block a user