|
@@ -32,7 +32,7 @@
|
|
</view>
|
|
</view>
|
|
<view class=" u-row-between left"
|
|
<view class=" u-row-between left"
|
|
style="flex: 1;margin-left: 28rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08) ;display: flex;">
|
|
style="flex: 1;margin-left: 28rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08) ;display: flex;">
|
|
- <view v-if="JSON.stringify(topadd)==='{}'" class="u-row-between " style="" @click="send">
|
|
|
|
|
|
+ <view v-if="JSON.stringify(topadd)=='{}'" class="u-row-between " style="" @click="send">
|
|
<view class="pople">{{i18n.sender}}</view>
|
|
<view class="pople">{{i18n.sender}}</view>
|
|
<view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
|
|
<view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
|
|
</view>
|
|
</view>
|
|
@@ -58,7 +58,7 @@
|
|
</image>
|
|
</image>
|
|
</view>
|
|
</view>
|
|
<view class=" u-row-between left" style="flex: 1;margin-left: 28rpx;display: flex;">
|
|
<view class=" u-row-between left" style="flex: 1;margin-left: 28rpx;display: flex;">
|
|
- <view v-if="JSON.stringify(bottomadd)==='{}'" class="u-row-between " style=""
|
|
|
|
|
|
+ <view v-if="JSON.stringify(bottomadd)=='{}'" class="u-row-between " style=""
|
|
@click="recipirnt">
|
|
@click="recipirnt">
|
|
<view class="pople">{{i18n.recipient}}</view>
|
|
<view class="pople">{{i18n.recipient}}</view>
|
|
<view class="jiadd" style="margin-top: 14rpx;">{{i18n.informate}}</view>
|
|
<view class="jiadd" style="margin-top: 14rpx;">{{i18n.informate}}</view>
|
|
@@ -235,7 +235,7 @@
|
|
<u-popup round='28' :show="logshow" @close="close">
|
|
<u-popup round='28' :show="logshow" @close="close">
|
|
<view class="pop">
|
|
<view class="pop">
|
|
<kj-flow :language="language" :goodstype="goodinfo.goodtype" ref="child" :province_id='province_id' @success='success'
|
|
<kj-flow :language="language" :goodstype="goodinfo.goodtype" ref="child" :province_id='province_id' @success='success'
|
|
- @close='logshow=false' :leftchangea='leftchange' :rightchangea='rightchange'
|
|
|
|
|
|
+ @close='close()' :leftchangea='leftchange' :rightchangea='rightchange'
|
|
:typeida='typeid'></kj-flow>
|
|
:typeida='typeid'></kj-flow>
|
|
</view>
|
|
</view>
|
|
</u-popup>
|
|
</u-popup>
|
|
@@ -382,10 +382,12 @@
|
|
},
|
|
},
|
|
//物流选择
|
|
//物流选择
|
|
changewu() {
|
|
changewu() {
|
|
|
|
+ var that = this
|
|
if (this.province_id) {
|
|
if (this.province_id) {
|
|
this.logshow = true
|
|
this.logshow = true
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
- this.$refs.child.transport();
|
|
|
|
|
|
+ console.log('2222222',this.$refs.child);
|
|
|
|
+ that.$refs.child.transport();
|
|
}, 800)
|
|
}, 800)
|
|
} else {
|
|
} else {
|
|
this.$u.toast('请先选择城市')
|
|
this.$u.toast('请先选择城市')
|
|
@@ -412,7 +414,7 @@
|
|
url: "/pageC/addressManagement/addressManagement?tabs=" + index,
|
|
url: "/pageC/addressManagement/addressManagement?tabs=" + index,
|
|
events: {
|
|
events: {
|
|
getadd(res) {
|
|
getadd(res) {
|
|
- if (index == 0) {
|
|
|
|
|
|
+ if (index == 1) {
|
|
that.topadd = res
|
|
that.topadd = res
|
|
console.log('topadd', that.topadd);
|
|
console.log('topadd', that.topadd);
|
|
} else {
|
|
} else {
|
|
@@ -490,6 +492,7 @@
|
|
url: '/pageB/goods',
|
|
url: '/pageB/goods',
|
|
events: {
|
|
events: {
|
|
goodinfo: function(res) {
|
|
goodinfo: function(res) {
|
|
|
|
+ console.log('goodinfo',res);
|
|
that.goodinfo = res
|
|
that.goodinfo = res
|
|
}
|
|
}
|
|
}
|
|
}
|