|
|
@@ -51,7 +51,7 @@
|
|
|
<img :src="store.logo" alt="" />
|
|
|
<p>{{ store.storeName }}</p>
|
|
|
</div>
|
|
|
- <div class="box-tit-seller" @click="sales">联系卖家</div>
|
|
|
+ <div class="box-tit-seller" @click="wait">联系卖家</div>
|
|
|
</div>
|
|
|
<div v-for="(item, index) in Boxes" :key="index.id">
|
|
|
<div class="box-con">
|
|
|
@@ -147,7 +147,7 @@
|
|
|
<img src="/native/imgs/btn_04@3x.png" alt="" />
|
|
|
<span>删除订单</span>
|
|
|
</div>
|
|
|
- <div v-if="status.orderStatus === 'COMPETED'" class="box-btn-right" @click="sales">
|
|
|
+ <div v-if="status.orderStatus === 'COMPETED'" class="box-btn-right" @click="wait">
|
|
|
<img src="/native/imgs/btn_01@4x.png" alt="" />
|
|
|
<span class="box-btn-sp">申请售后</span>
|
|
|
</div>
|
|
|
@@ -418,9 +418,9 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
- sales() {
|
|
|
- this.navigateTo('/pages/chat?toUserId=' + this.store.userId + '&toName=' + this.store.storeName);
|
|
|
- },
|
|
|
+ // sales() {
|
|
|
+ // this.navigateTo('/pages/chat?toUserId=' + this.store.userId + '&toName=' + this.store.storeName);
|
|
|
+ // },
|
|
|
Apply() {
|
|
|
this.navigateTo('/pages/Apply?id=' + this.orderInfoId);
|
|
|
},
|