|
|
@@ -9,9 +9,9 @@
|
|
9
|
9
|
<view class="example-body" style="padding-left: 10%;">
|
|
10
|
10
|
<uni-badge class="uni-badge-left-margin" :text="count1" style="position: relative;left: 5%;top: 18px;"/>
|
|
11
|
11
|
<uni-badge class="uni-badge-left-margin" :text="count2" style="position: relative;left: 7%;top: 18px;"/>
|
|
12
|
|
- <uni-badge class="uni-badge-left-margin" :text="count3" style="position: relative;left: 9%;top: 18px;"/>
|
|
13
|
|
- <uni-badge class="uni-badge-left-margin" :text="count4" style="position: relative;left: 14%;top: 18px;"/>
|
|
14
|
|
- <uni-badge class="uni-badge-left-margin" :text="count5" style="position: relative;left: 16%;top: 18px;"/>
|
|
|
12
|
+ <!-- <uni-badge class="uni-badge-left-margin" :text="count3" style="position: relative;left: 9%;top: 18px;"/> -->
|
|
|
13
|
+ <uni-badge class="uni-badge-left-margin" :text="count4" style="position: relative;left: 34%;top: 18px;"/>
|
|
|
14
|
+ <uni-badge class="uni-badge-left-margin" :text="count5" style="position: relative;left: 36%;top: 18px;"/>
|
|
15
|
15
|
</view>
|
|
16
|
16
|
<uni-segmented-control :current="segmenter.current" :values="segmenter.items"
|
|
17
|
17
|
@clickItem="onClickSegmentedControl" styleType="text" activeColor="#007aff" />
|