提交 buyer和seller退出uuid清空bug

This commit is contained in:
lemon橪
2021-12-30 11:16:08 +08:00
parent 1fa264b0bf
commit 2e5eefc079
4 changed files with 17 additions and 19 deletions

View File

@@ -5,15 +5,8 @@
</template>
<script>
import {v4 as uuidv4} from 'uuid';
export default {
mounted() {
let uuid = this.getStore('uuid');
if (!uuid) {
uuid = uuidv4();
this.setStore('uuid', uuid);
}
},
};
</script>