|
@@ -19,7 +19,7 @@
|
|
|
</view>
|
|
|
<view class="lineBottom">
|
|
|
<view class="lineDel" @click.stop="editCar(item.id)">编辑</view>
|
|
|
- <view class="lineDel" @click.stop="maintain(item)">保养信息</view>
|
|
|
+ <view class="lineDel" v-if="openMCar.showType==1" @click.stop="maintain(item)">保养信息</view>
|
|
|
<!-- <view class="Default" v-show="item.isDefault!=1" @click.stop="defaultCar(item)">设为默认</view>
|
|
|
<view class="DefaultYES" v-show="item.isDefault==1">已设为默认</view> -->
|
|
|
</view>
|
|
@@ -61,6 +61,7 @@
|
|
|
fromMe: false,
|
|
|
themeColor:'',
|
|
|
iStatusBarHeight:'',
|
|
|
+ openMCar:'',
|
|
|
}
|
|
|
},
|
|
|
onLoad(opt) {
|
|
@@ -70,7 +71,7 @@
|
|
|
// console.log(this.type)
|
|
|
this.fromMe = opt.fromMe
|
|
|
this.themeColor = uni.getStorageSync("themeColor");
|
|
|
-
|
|
|
+ this.openMCar=uni.getStorageSync("openMCar");
|
|
|
},
|
|
|
onShow() {
|
|
|
this.getqueryMyBMemberCar();
|