|
@@ -23,7 +23,7 @@
|
|
class='currectstatus1'> -->
|
|
class='currectstatus1'> -->
|
|
<!-- <view class="" v-if="CargoOwner.authenticationStatus">{{CargoOwner.authenticationStatus=="已过期"?"身份已过期":CargoOwner.authenticationStatus}}</view>
|
|
<!-- <view class="" v-if="CargoOwner.authenticationStatus">{{CargoOwner.authenticationStatus=="已过期"?"身份已过期":CargoOwner.authenticationStatus}}</view>
|
|
<view class="" v-else>未认证</view> -->
|
|
<view class="" v-else>未认证</view> -->
|
|
- <!-- {{CargoOwner.authenticationStatus?CargoOwner.authenticationStatus:'未认证'}} -->
|
|
|
|
|
|
+ <!-- {{CargoOwner.authenticationStatus?CargoOwner.authenticationStatus:'未认证'}} -->
|
|
<!-- </view> -->
|
|
<!-- </view> -->
|
|
</view>
|
|
</view>
|
|
<view class='phone'>{{starUserphone}}</view>
|
|
<view class='phone'>{{starUserphone}}</view>
|
|
@@ -91,10 +91,11 @@
|
|
<view class='flex items-center'>
|
|
<view class='flex items-center'>
|
|
<u--image style='margin-right:8px;' :showLoading="true" src="../../static/mine/huozhu.png"
|
|
<u--image style='margin-right:8px;' :showLoading="true" src="../../static/mine/huozhu.png"
|
|
width="20px" height="20px"></u--image>
|
|
width="20px" height="20px"></u--image>
|
|
- <view>货主认证</view>
|
|
|
|
|
|
+ <view>货主认证</view>
|
|
</view>
|
|
</view>
|
|
- <view >
|
|
|
|
- <text class="version_css" v-if="CargoOwner.authenticationStatus">{{CargoOwner.authenticationStatus == '已过期'?'认证已过期':CargoOwner.authenticationStatus}}</text>
|
|
|
|
|
|
+ <view>
|
|
|
|
+ <text class="version_css"
|
|
|
|
+ v-if="CargoOwner.authenticationStatus">{{CargoOwner.authenticationStatus == '已过期'?'认证已过期':CargoOwner.authenticationStatus}}</text>
|
|
<text class="version_css" v-else>未认证</text>
|
|
<text class="version_css" v-else>未认证</text>
|
|
<image class='right' src="@/static/mine/right.png" mode=""></image>
|
|
<image class='right' src="@/static/mine/right.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
@@ -138,7 +139,7 @@
|
|
@click="goDetailPage('/pages/mine/helpDescription',true)">
|
|
@click="goDetailPage('/pages/mine/helpDescription',true)">
|
|
<view class='flex items-center'>
|
|
<view class='flex items-center'>
|
|
<u--image style='margin-right:8px;' :showLoading="true"
|
|
<u--image style='margin-right:8px;' :showLoading="true"
|
|
- src="../../static/mine/bangzhushuoming.png" width="20px" height="20px"></u--image>帮助说明
|
|
|
|
|
|
+ src="../../static/mine/bangzhushuoming.png" width="20px" height="20px"></u--image>操作流程
|
|
</view>
|
|
</view>
|
|
<view>
|
|
<view>
|
|
<image class='right' src="@/static/mine/right.png" mode=""></image>
|
|
<image class='right' src="@/static/mine/right.png" mode=""></image>
|
|
@@ -147,8 +148,8 @@
|
|
</view>
|
|
</view>
|
|
<view class="flex flex-space-between content1-item">
|
|
<view class="flex flex-space-between content1-item">
|
|
<view class="flex align-center">
|
|
<view class="flex align-center">
|
|
- <u--image style='margin-right:8px;' :showLoading="true" src="../../static/images/mine/appUpdate.png"
|
|
|
|
- width="20px" height="20px"></u--image>
|
|
|
|
|
|
+ <u--image style='margin-right:8px;' :showLoading="true"
|
|
|
|
+ src="../../static/images/mine/appUpdate.png" width="20px" height="20px"></u--image>
|
|
<view>检查更新</view>
|
|
<view>检查更新</view>
|
|
</view>
|
|
</view>
|
|
<view @click="onAPPUpdate">
|
|
<view @click="onAPPUpdate">
|
|
@@ -326,15 +327,15 @@
|
|
},
|
|
},
|
|
method: 'GET',
|
|
method: 'GET',
|
|
success: (res) => {
|
|
success: (res) => {
|
|
- console.log("查看1111",this.version)
|
|
|
|
- console.log("查看11111",res)
|
|
|
|
|
|
+ console.log("查看1111", this.version)
|
|
|
|
+ console.log("查看11111", res)
|
|
// var versionNo = plus.runtime.version
|
|
// var versionNo = plus.runtime.version
|
|
// if (versionNo == res.data.data.version) {
|
|
// if (versionNo == res.data.data.version) {
|
|
// this.version = "当前为最新版" + res.data.data.version
|
|
// this.version = "当前为最新版" + res.data.data.version
|
|
// } else {
|
|
// } else {
|
|
// this.version = "发现新版本,立即更新"
|
|
// this.version = "发现新版本,立即更新"
|
|
// }
|
|
// }
|
|
- if (!res.data.data.version) {//有返回值证明需要更新 没有则不需要
|
|
|
|
|
|
+ if (!res.data.data.version) { //有返回值证明需要更新 没有则不需要
|
|
this.version = "当前为最新版" + this.version
|
|
this.version = "当前为最新版" + this.version
|
|
} else {
|
|
} else {
|
|
this.version = "发现新版本,立即更新"
|
|
this.version = "发现新版本,立即更新"
|