去除无用代码
This commit is contained in:
parent
92b306cbaf
commit
cfd2ab9f4c
@ -13,7 +13,7 @@
|
||||
<view class="btnlist1">
|
||||
<u-row>
|
||||
<u-col v-for="(mbItem, mIndex) in mainBtnlist" span="6" align="center">
|
||||
<view :class="'mb-item ' + (mIndex+1 == mainBtnlist.length ?'noborder': 'dddd') ">
|
||||
<view :class="'mb-item ' + (mIndex+1 == mainBtnlist.length ?'noborder': '') ">
|
||||
<u-row align="center" justify="center">
|
||||
<image class="tb1" style="width: 92rpx;height: 73rpx;" :src="mbItem.icon"/>
|
||||
<view class="neirong">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user