update api

This commit is contained in:
2020-06-29 17:24:57 +08:00
parent 905022e6e4
commit dce6d3a1b8
19 changed files with 280 additions and 87 deletions

View File

@@ -1,12 +1,15 @@
<template>
<view class="nav">
<text>dsadasdas</text>
<image></image>
<text>{{ value }}</text>
<image src="/static/image/common/1.png"></image>
</view>
</template>
<script>
export default {
name:"navs"
name:"navs",
props: {
value: String
}
}
</script>
<style lang="scss" scoped>