修改样式
This commit is contained in:
parent
3e901e208c
commit
deb48abfe7
|
@ -21,8 +21,7 @@
|
||||||
</view> -->
|
</view> -->
|
||||||
<view class="margin-top-sm padding-bottom-sm" style="border-top: 2rpx solid #F5F5F2;">
|
<view class="margin-top-sm padding-bottom-sm" style="border-top: 2rpx solid #F5F5F2;">
|
||||||
<view class="text-bold text-df padding-tb-xs">适用说明</view>
|
<view class="text-bold text-df padding-tb-xs">适用说明</view>
|
||||||
<view class="text-sm " style="color: #666666;">
|
<view class="text-sm " style="color: #666666;" v-html="order.content">
|
||||||
{{order.content}}
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
|
@ -543,6 +543,7 @@ export default {
|
||||||
isCashDeposit: 0,
|
isCashDeposit: 0,
|
||||||
loglattime: '',
|
loglattime: '',
|
||||||
loglataddress: '',
|
loglataddress: '',
|
||||||
|
isJsjdsfxywl:false,//技师接单是否需要物料
|
||||||
switchList: [{
|
switchList: [{
|
||||||
title: '在线',
|
title: '在线',
|
||||||
value: true
|
value: true
|
||||||
|
@ -686,6 +687,14 @@ export default {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// this.getcity()
|
// this.getcity()
|
||||||
|
|
||||||
|
// 理疗师端首页是否弹框 380
|
||||||
|
this.$Request.get('/app/common/type/448').then(res => {
|
||||||
|
console.log('res448--->',res);
|
||||||
|
this.isJsjdsfxywl = res.data.value;
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
console.log(this.isLogin);
|
console.log(this.isLogin);
|
||||||
|
@ -720,7 +729,7 @@ export default {
|
||||||
if (this.userId) {
|
if (this.userId) {
|
||||||
console.log(this.userId, "dwdwadwdawd============>");
|
console.log(this.userId, "dwdwadwdawd============>");
|
||||||
this.isLogin = true
|
this.isLogin = true
|
||||||
// this.getJinRiOrder();
|
this.getJinRiOrder();
|
||||||
this.getUserInfo()
|
this.getUserInfo()
|
||||||
this.getFb()
|
this.getFb()
|
||||||
|
|
||||||
|
@ -983,9 +992,8 @@ export default {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
stateSave() {
|
stateSave() {
|
||||||
let materialPackageCountFlag = this.homeMaterialPackageList.some((item) => item.residue <= item
|
let materialPackageCountFlag = this.homeMaterialPackageList.some((item) => item.residue <= item.materialMinimum);
|
||||||
.materialMinimum);
|
if (!this.isTrue && materialPackageCountFlag && this.isJsjdsfxywl == '是') {
|
||||||
if (!this.isTrue && materialPackageCountFlag) {
|
|
||||||
this.$queue.showToast("当前剩余物料包数量不足,请检查");
|
this.$queue.showToast("当前剩余物料包数量不足,请检查");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue