|
@@ -63,6 +63,6 @@
|
|
|
<view style="height: 230rpx;" />
|
|
|
<My_empty wx:if="{{list.length==0}}" />
|
|
|
</My_listBox>
|
|
|
-<view class="footer" wx:if="{{active.butText}}">
|
|
|
+<view class="footer" wx:if="{{active.butText!='新建账号'}}">
|
|
|
<van-button custom-class='add-but' color="var(--assist)" bindtap="newItem">{{active.butText}}</van-button>
|
|
|
</view>
|