唯一码发放页面完成

This commit is contained in:
zx
2026-03-20 09:45:13 +08:00
parent 100ea5a0d1
commit b648176e82
63 changed files with 11415 additions and 52 deletions

View File

@@ -11,6 +11,7 @@
</template>
<script setup>
import { onShow } from '@dcloudio/uni-app';
const menuList = [
{
@@ -187,6 +188,10 @@ const menuList = [
title: '唯一码发放',
click: () => {
console.log('唯一码发放')
uni.setStorageSync('app_material', []);
uni.navigateTo({
url: '/pages/uniqueCode/issueUniqueCode/index'
});
}
},
{
@@ -195,6 +200,9 @@ const menuList = [
title: '唯一码',
click: () => {
console.log('唯一码')
uni.navigateTo({
url: '/pages/uniqueCode/myUniqueCode/index'
});
}
},
{
@@ -231,6 +239,13 @@ const menuList = [
]
},
]
onShow(() => {
uni.removeStorage({
key: 'app_material',
success: (result) => {},
fail: (error) => {}
})
})
</script>
<style scoped lang="scss">
@@ -239,6 +254,7 @@ const menuList = [
margin-bottom: 6rpx !important;
border-color: #F8F8FF !important;
box-shadow: none !important;
.uni-card__header {
padding: 10rpx;