|
|
@@ -37,6 +37,9 @@
|
|
|
<view class="preview-page">
|
|
|
<!-- 预览内容区域 -->
|
|
|
<view class="preview-content">
|
|
|
+ <view v-if="data.freightType == 0" style="color:red;padding-bottom:10upx;font-size:34upx;padding-left:24upx;background-color: white;width:100%;font-weight:bold;">
|
|
|
+ 本商品没有包配送,需要付跑腿费
|
|
|
+ </view>
|
|
|
<rich-media-viewer
|
|
|
ref="richMediaViewerGoods"
|
|
|
:content="previewContent"
|
|
|
@@ -347,13 +350,7 @@ export default {
|
|
|
this.$msg("客户数据异常,请稍后再试");
|
|
|
return;
|
|
|
}
|
|
|
- // if(isNaN(parseInt(this.shopInfo.shopAdminId))){ // 无需 staffId
|
|
|
- // this.$msg("门店员工数据异常,请稍后再试");
|
|
|
- // return;
|
|
|
- // }
|
|
|
if (isNaN(parseInt(this.shopInfo.shopId))) {
|
|
|
- console.log("---------- this.shopInfo: ", this.shopInfo)
|
|
|
- console.error("门店数据异常,请稍后再试:", this.shopInfo.shopId)
|
|
|
this.$msg("门店数据异常,请稍后再试");
|
|
|
return;
|
|
|
}
|