xuxueyang
2024-11-12 5db4036042079a8c3cd164123c8eb82907f6153a
pages/order/order.vue
@@ -166,6 +166,12 @@
               url: '/pages/order/order-detail?id=' + item.id
            })
         },
         commentButtonClick(item){
            uni.navigateTo({
               url: '/pages/order/comment/order-comment?id='+item.id
            })
         },
         async copyOrder(item) {
            console.log(item)
@@ -294,6 +300,9 @@
                     this.$message.hideLoading()
                     if (code === 0) {
                        this.refreshList()
                        //刷新积分
                        this.$store.dispatch('getCurrentInfo')
                        this.$message.showToast('收货成功')
                     }
                  }
@@ -488,7 +497,7 @@
               <view class="supplier-name w-fit m-l-0 m-r-a" @click.stop="openbrand(item)">
                  <image class="icon-dp br-4" src="/static/common/icon-dp.png"></image>
                  {{ item.supplierName }}
                  {{ item.supplierName|| '' }} >
               </view>
               <view class="flex m-t-12 flex-wrap-normal">
                  <!-- @click="previewImg(item.flowerCover)" -->
@@ -579,8 +588,11 @@
               <!--       <view class="button button-1 m-l-a m-r-15" @click="toDetailSale(dto)"
                  v-if="dto.statusBackend === 'RECEIVE'"> 申请售后
               </view> -->
               <view class="button button-0 m-l-a m-r-15" @click="buttonClick(dto,'evaluate')"
               <!-- <view class="button button-0 m-l-a m-r-15" @click="buttonClick(dto,'evaluate')"
                  v-if="dto.statusBackend === 'EVALUATE'"> 评价
               </view> -->
               <view class="button button-0 m-l-a m-r-15" @click="commentButtonClick(dto)"
                     v-if="dto.statusBackend === 'EVALUATE'"> 评价
               </view>