dengjie commit : tabbar 初始样式
This commit is contained in:
22
pages/index/industry.vue
Normal file
22
pages/index/industry.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<view>创意工厂</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
methods: {
|
||||
setStor() {
|
||||
uni.setStorage({
|
||||
key: 'id',
|
||||
data: 100,
|
||||
success() {
|
||||
console.log('存储成功')
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user