积分兑换
This commit is contained in:
31
src/apps/AppIntegralExchange/AppIntegralExchange.vue
Normal file
31
src/apps/AppIntegralExchange/AppIntegralExchange.vue
Normal file
@@ -0,0 +1,31 @@
|
||||
<template>
|
||||
<div class="AppIntegralExchange">
|
||||
<h1>积分兑换</h1>
|
||||
<u-button @click="toDetail">详情</u-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
appName: '积分兑换',
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
toDetail() {
|
||||
uni.navigateTo({url: './commodityDetails'})
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang='scss' scoped>
|
||||
.AppIntegralExchange {
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user