|
1 | 1 | <template>
|
2 | 2 | <view>
|
3 |
| - <u-navbar title="" :border-bottom="false"> |
| 3 | + <u-navbar :is-back="false" title=" " :border-bottom="false"> |
4 | 4 | <view class="u-flex u-row-right" style="width: 100%;">
|
5 | 5 | <view class="camera u-flex u-row-center">
|
6 | 6 | <u-icon name="camera-fill" color="#000000" size="48"></u-icon>
|
|
23 | 23 | </view>
|
24 | 24 | </view>
|
25 | 25 |
|
26 |
| - <u-cell-group class="u-m-t-20"> |
27 |
| - <u-cell-item icon="rmb-circle" title="支付"></u-cell-item> |
28 |
| - </u-cell-group> |
| 26 | + <view class="u-m-t-20"> |
| 27 | + <u-cell-group> |
| 28 | + <u-cell-item icon="rmb-circle" title="支付"></u-cell-item> |
| 29 | + </u-cell-group> |
| 30 | + </view> |
29 | 31 |
|
30 |
| - <u-cell-group class="u-m-t-20"> |
31 |
| - <u-cell-item icon="star" title="收藏"></u-cell-item> |
32 |
| - <u-cell-item icon="photo" title="相册"></u-cell-item> |
33 |
| - <u-cell-item icon="coupon" title="卡券"></u-cell-item> |
34 |
| - <u-cell-item icon="heart" title="关注"></u-cell-item> |
35 |
| - </u-cell-group> |
| 32 | + <view class="u-m-t-20"> |
| 33 | + <u-cell-group> |
| 34 | + <u-cell-item icon="star" title="收藏"></u-cell-item> |
| 35 | + <u-cell-item icon="photo" title="相册"></u-cell-item> |
| 36 | + <u-cell-item icon="coupon" title="卡券"></u-cell-item> |
| 37 | + <u-cell-item icon="heart" title="关注"></u-cell-item> |
| 38 | + </u-cell-group> |
| 39 | + </view> |
36 | 40 |
|
37 |
| - <u-cell-group class="u-m-t-20"> |
38 |
| - <u-cell-item icon="setting" title="设置"></u-cell-item> |
39 |
| - </u-cell-group> |
| 41 | + <view class="u-m-t-20"> |
| 42 | + <u-cell-group> |
| 43 | + <u-cell-item icon="setting" title="设置"></u-cell-item> |
| 44 | + </u-cell-group> |
| 45 | + </view> |
40 | 46 | </view>
|
41 | 47 | </template>
|
42 | 48 |
|
43 | 49 | <script>
|
44 | 50 | export default {
|
45 | 51 | data() {
|
46 | 52 | return {
|
47 |
| - pic:'https://uviewui.com/common/logo.png' |
| 53 | + pic:'https://uviewui.com/common/logo.png', |
| 54 | + show:true |
48 | 55 | }
|
49 | 56 | },
|
50 | 57 | onLoad() {
|
|
59 | 66 | <style lang="scss">
|
60 | 67 | page{
|
61 | 68 | background-color: #ededed;
|
62 |
| - min-height: 100vh; |
63 | 69 | }
|
64 | 70 |
|
65 | 71 | .camera{
|
|
0 commit comments