6 changed files with 117 additions and 40 deletions
Unified View
Diff Options
-
10pages.json
-
30pages/add-paper/index.vue
-
46pages/mall/index.vue
-
37pages/paper-detail/index.vue
-
34pages/store-settings/index.vue
-
BINstatic/imgs/trade/uploadImage.png
@ -0,0 +1,37 @@ |
|||||
|
<template> |
||||
|
<view class="paper-detail"> |
||||
|
<view> |
||||
|
<uni-nav-bar left-icon="back" @clickLeft="back" statusBar fixed title=""> |
||||
|
<view class="paper-detail-title">纸品详情</view> |
||||
|
<view slot="left"></view> |
||||
|
<view slot="right"></view> |
||||
|
</uni-nav-bar> |
||||
|
</view> |
||||
|
</view> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
import { back, go2 } from '@/utils/hook.js' |
||||
|
export default { |
||||
|
data() { |
||||
|
return { |
||||
|
} |
||||
|
}, |
||||
|
methods: { |
||||
|
back, |
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
|
||||
|
<style lang="scss"> |
||||
|
.paper-detail{ |
||||
|
.paper-detail-title { |
||||
|
width: 100%; |
||||
|
font-size: 36rpx; |
||||
|
color: #000000; |
||||
|
letter-spacing: 0; |
||||
|
text-align: center; |
||||
|
font-weight: 500; |
||||
|
} |
||||
|
} |
||||
|
</style> |
||||
Write
Preview
Loading…
Cancel
Save