ソースを参照

隐藏新增车辆按钮

master
bjfight 1ヶ月前
コミット
d45ec4e438
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      subpackage/after-sale/activation-once-again/select-car.vue

+ 2
- 2
subpackage/after-sale/activation-once-again/select-car.vue ファイルの表示

@@ -27,11 +27,11 @@
<view v-if="state.loading" class="flex">加载中...</view>
<view v-if="state.finished && state.list.length > 0" class="flex">没有更多了</view>
</scroll-view>
<view class="action">
<<!-- view class="action">
<button type="default" class="ui-btn" @click="add()">
新增车辆
</button>
</view>
</view> -->
</view>
</template>


読み込み中…
キャンセル
保存