|
@@ -64,12 +64,12 @@
|
|
|
<view class="a-b1">
|
|
|
对接团长:
|
|
|
<text class="red">
|
|
|
- {{grouponOrderData.username}}
|
|
|
+ {{selfTake.contactPerson}}
|
|
|
</text>
|
|
|
</view>
|
|
|
<view class="a-b2">
|
|
|
<image src="http://www.gzzzyd.com/groupon/order_details/微信@2x.png" mode="scaleToFill" @click="openPopup"></image>
|
|
|
- <image src="http://www.gzzzyd.com/groupon/order_details/电话键盘_填充@2x.png" mode="scaleToFill" @click="callPhone(grouponOrderData.phone)"></image>
|
|
|
+ <image src="http://www.gzzzyd.com/groupon/order_details/电话键盘_填充@2x.png" mode="scaleToFill" @click="callPhone(selfTake.contactNumber)"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</block>
|
|
@@ -180,7 +180,7 @@
|
|
|
referrerpolicy="no-referrer"
|
|
|
src="/static/images/X.png"
|
|
|
/>
|
|
|
- <text class="text_25">切换取货点</text>
|
|
|
+ <text class="text_25">更换自提网点</text>
|
|
|
|
|
|
<scroll-view scroll-y="true" class="scroll-y">
|
|
|
|
|
@@ -470,7 +470,7 @@ export default {
|
|
|
this.selfTakeShow =false;
|
|
|
//item 选中的自提点
|
|
|
this.selfTake = item;
|
|
|
-
|
|
|
+ this.selfTakeId = item.id;
|
|
|
},
|
|
|
|
|
|
closePopup(){
|