张田田 hace 1 mes
padre
commit
29e2adf927

+ 2 - 4
miniprogram/module/order/pages/offline-evaluate/offline-evaluate.ts

@@ -38,7 +38,8 @@ Page({
         operateTime: goods.operateTime || "",
         operateBy: goods.operateBy || "",
         conditioningProgramSupplierName: goods.conditioningProgramSupplierName || "",
-        image: goods.image || "",
+        image: goods.conditioningProgramPhoto || "",
+        name: goods.conditioningProgramName || "",
       };
       console.log(service, "service===");
     }
@@ -190,8 +191,6 @@ Page({
       wx.showToast({ title: "请完成三项评分", icon: "none" });
       return;
     }
-
-    console.log(this.data.service, "this.data.service===");
     try {
       const data = {
         lineId: this.data.service?.lineId,
@@ -204,7 +203,6 @@ Page({
         depict: this.data.content,
         imageVideos: this.data.mediaList.map((m) => withMediaType(m.path, m.type)),
       };
-      console.log(data, "data===");
       wx.showLoading({ title: "发布中..." });
       await evaluateOrderGoodsMethod(data);
       wx.hideLoading();

+ 2 - 2
miniprogram/module/order/pages/other-detail/other-detail.wxml

@@ -15,14 +15,14 @@
           <view class="express-text">
             <view style="font-weight:600;margin-right: 10rpx;display: flex;align-items: center;">
               <text style="font-size: 25rpx;"> 快件{{goodsIndex + 1}}</text>
-              <i class="iconfont {{goods.expressTypeIcon}}" style="font-size:15px" wx:if="{{goods.expressTypeIcon}}"></i>
+              <!-- <i class="iconfont {{goods.expressTypeIcon}}" style="font-size:15px" wx:if="{{goods.expressTypeIcon}}"></i> -->
             </view>
             <view style="color:#9b9797;font-size: 25rpx;">{{goods.expressTypeName}} {{goods.expressNo}}</view>
           </view>
           <t-icon name="chevron-right" color="#000" size="40rpx" slot="note" />
         </view>
         <view>
-          <view class="goods-status {{goods.statusClass}}" wx:if="{{goods.statusText && orderStatus !== 'closed'}}" bindtap="goLogistics" data-goods="{{goods}}">{{goods.statusText}}</view>
+          <view class="goods-status {{goods.statusClass}}" wx:if="{{goods.statusText && orderStatus !== 'closed'}}" bindtap="{{goods.receiptStatus !== '0' ? 'goLogistics' : ''}}" data-goods="{{goods}}">{{goods.statusText}}</view>
           <view class="goods-item">
             <image class="goods-image" src="{{goods.image}}" mode="aspectFill" wx:if="{{goods.image}}" />
             <view class="service-package-placeholder" wx:else>