|
@@ -17,7 +17,7 @@
|
|
|
<view class="left u-flex" style="display: flex;" @click="send">
|
|
|
<view class="u-row-between left" style="display: flex;flex-direction: column;">
|
|
|
<image src="/static/express/ji.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
|
|
|
-<!-- <image @click.stop="changeadd" src="/static/express/change.png"
|
|
|
+ <!-- <image @click.stop="changeadd" src="/static/express/change.png"
|
|
|
style='width: 40rpx;;height:40rpx ;' mode="">
|
|
|
</image> -->
|
|
|
</view>
|
|
@@ -28,7 +28,7 @@
|
|
|
<view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
|
|
|
</view>
|
|
|
<!-- <view v-else class="u-row-between " style="" @click="send"> -->
|
|
|
- <view v-else class="u-row-between " style="" >
|
|
|
+ <view v-else class="u-row-between " style="">
|
|
|
<view class="">
|
|
|
<text class="topname">{{topadd.name}}</text>
|
|
|
<text class="topaddress"
|
|
@@ -37,7 +37,7 @@
|
|
|
<view class="topaddress" style="margin-top: 14rpx;">{{topadd.full_address}}</view>
|
|
|
</view>
|
|
|
<!-- <view class="u-flex" @click.stop="addbook(0)"> -->
|
|
|
- <!-- <view class="u-flex">
|
|
|
+ <!-- <view class="u-flex">
|
|
|
<view class="" style="color: rgba(151, 151, 151, 1);">|</view>
|
|
|
<text class="right">{{i18n.addressbook}}</text>
|
|
|
</view> -->
|
|
@@ -57,7 +57,7 @@
|
|
|
<view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
|
|
|
</view>
|
|
|
<!-- <view v-else class="u-row-between " style="" @click="send"> -->
|
|
|
- <view v-else class="u-row-between " style="" >
|
|
|
+ <view v-else class="u-row-between " style="">
|
|
|
<view class="">
|
|
|
<text class="topname">{{bottomadd.name}}</text>
|
|
|
<text class="topaddress"
|
|
@@ -66,7 +66,7 @@
|
|
|
<view class="topaddress" style="margin-top: 14rpx;">{{bottomadd.full_address}}</view>
|
|
|
</view>
|
|
|
<!-- <view class="u-flex" @click.stop="addbook(1)"> -->
|
|
|
- <!-- <view class="u-flex" >
|
|
|
+ <!-- <view class="u-flex" >
|
|
|
<view class="" style="color: rgba(151, 151, 151, 1);">|</view>
|
|
|
<text class="right">{{i18n.addressbook}}</text>
|
|
|
</view> -->
|
|
@@ -98,7 +98,7 @@
|
|
|
</view>
|
|
|
<!-- 跨境物流 -->
|
|
|
<!-- <view class="info u-flex u-row-between" @click="changewu"> -->
|
|
|
- <view class="info u-flex u-row-between" >
|
|
|
+ <view class="info u-flex u-row-between">
|
|
|
<view class="u-flex">
|
|
|
<text class="wupin">{{i18n.flow}}</text>
|
|
|
</view>
|
|
@@ -125,7 +125,7 @@
|
|
|
</u-checkbox>
|
|
|
</u-checkbox-group>
|
|
|
<text>{{i18n.readandagree}}</text>
|
|
|
- <text style="color: rgba(248, 50, 36, 1);">《{{i18n.International}}》</text>
|
|
|
+ <text style="color: rgba(248, 50, 36, 1);" @click="transport">《{{i18n.International}}》</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="tonext " style="" @click="next">
|
|
@@ -135,8 +135,8 @@
|
|
|
</view>
|
|
|
<u-popup round='28' :show="logshow" @close="close">
|
|
|
<view class="pop">
|
|
|
- <kj-flow ref="child" :goodstype="goodinfo.goodtype" :province_id='bottomadd.province_id' @success='success'
|
|
|
- @close='logshow=false'></kj-flow>
|
|
|
+ <kj-flow ref="child" :goodstype="goodinfo.goodtype" :province_id='bottomadd.province_id'
|
|
|
+ @success='success' @close='logshow=false'></kj-flow>
|
|
|
</view>
|
|
|
</u-popup>
|
|
|
</view>
|
|
@@ -158,7 +158,7 @@
|
|
|
container_id: '',
|
|
|
unit_price: '',
|
|
|
number: '',
|
|
|
- all:0
|
|
|
+ all: 0
|
|
|
}
|
|
|
},
|
|
|
onLoad(options) {
|
|
@@ -183,6 +183,14 @@
|
|
|
},
|
|
|
},
|
|
|
methods: {
|
|
|
+ //协议
|
|
|
+ transport() {
|
|
|
+ uni.$u.http.get('/api/agreement?code=international_express_service').then((res) => {
|
|
|
+ console.log(res);
|
|
|
+ }).catch(() => {
|
|
|
+
|
|
|
+ })
|
|
|
+ },
|
|
|
//跨境物流选择
|
|
|
success(msg) {
|
|
|
this.logshow = false
|
|
@@ -278,7 +286,7 @@
|
|
|
this.topadd)) + "&bottom=" + encodeURIComponent(JSON.stringify(this.bottomadd)) +
|
|
|
'&leftname=' + this
|
|
|
.leftname + "&rightname=" + this.rightname + "&container_id=" + this.container_id +
|
|
|
- "&unit_price=" + this.unit_price + '&all=' +this.all
|
|
|
+ "&unit_price=" + this.unit_price + '&all=' + this.all
|
|
|
})
|
|
|
}
|
|
|
}
|