|
@@ -21,7 +21,7 @@
|
|
<view class="content1">
|
|
<view class="content1">
|
|
<view class="row" @click="selectCargoOwner">
|
|
<view class="row" @click="selectCargoOwner">
|
|
<view class="left select-sf" :class='dataObj.cargoOwner?"":"select-sf1"'>{{dataObj.cargoOwner?dataObj.cargoOwner:'选择货主身份'}}</view>
|
|
<view class="left select-sf" :class='dataObj.cargoOwner?"":"select-sf1"'>{{dataObj.cargoOwner?dataObj.cargoOwner:'选择货主身份'}}</view>
|
|
- <view class="right"><image src="../../static/images/myimg/gengduo1.png" style="width: 20rpx;height: 26rpx;margin-top:14rpx;"></image></view>
|
|
|
|
|
|
+ <view class="right"><image src="../../static/right.png" style="width: 22rpx;height: 22rpx;margin-top:14rpx;"></image></view>
|
|
</view>
|
|
</view>
|
|
<!-- <view class="row" @click="selectCargoOwner" v-if="dataObj.cargoOwner">
|
|
<!-- <view class="row" @click="selectCargoOwner" v-if="dataObj.cargoOwner">
|
|
<view class="left">{{dataObj.cargoOwner}}</view>
|
|
<view class="left">{{dataObj.cargoOwner}}</view>
|
|
@@ -45,7 +45,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="right" @click="selectAddress(0)" v-if="!dataObj.sendArea">
|
|
<view class="right" @click="selectAddress(0)" v-if="!dataObj.sendArea">
|
|
<view v-if='dataObj.sendArea' class="right"></view>
|
|
<view v-if='dataObj.sendArea' class="right"></view>
|
|
- <view class="right" v-else><image src="../../static/images/myimg/gengduo1.png" style="width: 20rpx;height: 26rpx;margin-top:14rpx;"></image></view>
|
|
|
|
|
|
+ <view class="right" v-else><image src="../../static/right.png" style="width: 22rpx;height: 22rpx;margin-top:14rpx;"></image></view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="row2">
|
|
<view class="row2">
|
|
@@ -62,7 +62,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="right" @click="selectAddress(1)" v-if="!dataObj.unloadArea">
|
|
<view class="right" @click="selectAddress(1)" v-if="!dataObj.unloadArea">
|
|
<view v-if='dataObj.unloadArea' class="right">{{(dataObj.unloadCity+dataObj.unloadArea)}}</view>
|
|
<view v-if='dataObj.unloadArea' class="right">{{(dataObj.unloadCity+dataObj.unloadArea)}}</view>
|
|
- <view class="right" v-else><image src="../../static/images/myimg/gengduo1.png" style="width: 20rpx;height: 26rpx;margin-top:14rpx;"></image></view>
|
|
|
|
|
|
+ <view class="right" v-else><image src="../../static/right.png" style="width: 22rpx;height: 22rpx;margin-top:14rpx;"></image></view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -369,11 +369,7 @@
|
|
let _obj = res.data
|
|
let _obj = res.data
|
|
if (_obj.authenticationStatus == '已认证') {
|
|
if (_obj.authenticationStatus == '已认证') {
|
|
uni.$u.route('/pages/components/empty/index');
|
|
uni.$u.route('/pages/components/empty/index');
|
|
- } else if (_obj.authenticationStatus == '审核中') {
|
|
|
|
- uni.showToast({
|
|
|
|
- title: '身份信息审核中'
|
|
|
|
- })
|
|
|
|
- }else if (_obj.authenticationStatus == '已过期') {
|
|
|
|
|
|
+ } else if (_obj.authenticationStatus == '已过期') {
|
|
this.alertTitle = '身份信息已过期!'
|
|
this.alertTitle = '身份信息已过期!'
|
|
this.showCancelButton = false
|
|
this.showCancelButton = false
|
|
this.confirmText='立即修改'
|
|
this.confirmText='立即修改'
|
|
@@ -681,24 +677,24 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
confirmClick() {
|
|
confirmClick() {
|
|
- // #ifdef APP-PLUS
|
|
|
|
- if (this.alertTitle == '账号审核中') {
|
|
|
|
- if (uni.getSystemInfoSync().platform == 'ios') {
|
|
|
|
- plus.ios.import("UIApplication").sharedApplication().performSelector("exit")
|
|
|
|
- } else if (uni.getSystemInfoSync().platform == 'android') {
|
|
|
|
- plus.runtime.quit();
|
|
|
|
- }
|
|
|
|
- return
|
|
|
|
- }
|
|
|
|
- // #endif
|
|
|
|
|
|
+ // // #ifdef APP-PLUS
|
|
|
|
+ // if (this.alertTitle == '账号审核中') {
|
|
|
|
+ // if (uni.getSystemInfoSync().platform == 'ios') {
|
|
|
|
+ // plus.ios.import("UIApplication").sharedApplication().performSelector("exit")
|
|
|
|
+ // } else if (uni.getSystemInfoSync().platform == 'android') {
|
|
|
|
+ // plus.runtime.quit();
|
|
|
|
+ // }
|
|
|
|
+ // return
|
|
|
|
+ // }
|
|
|
|
+ // // #endif
|
|
|
|
|
|
- if (this.alertTitle == '身份信息未认证,去认证?') {
|
|
|
|
- uni.switchTab({
|
|
|
|
- url: '/pages/mine/index'
|
|
|
|
- })
|
|
|
|
- return
|
|
|
|
- }
|
|
|
|
- this.isShowAlert = false
|
|
|
|
|
|
+ // if (this.alertTitle == '身份信息未认证,去认证?') {
|
|
|
|
+ // uni.switchTab({
|
|
|
|
+ // url: '/pages/mine/index'
|
|
|
|
+ // })
|
|
|
|
+ // return
|
|
|
|
+ // }
|
|
|
|
+ // this.isShowAlert = false
|
|
|
|
|
|
if (this.dataObj.billingMethod == '元/吨') {
|
|
if (this.dataObj.billingMethod == '元/吨') {
|
|
this.dataObj.billingMethod = 0
|
|
this.dataObj.billingMethod = 0
|