@ -173,7 +173,7 @@ export default class LoginPage extends BasePage {
//修改俄罗斯版本号
this.Version = '1.1.40';
} else {
this.Version = '1.0.54';
this.Version = '1.0.55';
}
console.log('////', this.Version);
@ -54,11 +54,11 @@
<view class="bottom-bar">
<u-row class="button-bar">
<!-- 确定 -->
<u-col :span="6">
<!-- <u-col :span="6">
<u-button type="primary">{{ $t('message.workArea_Confirm') }}</u-button>
</u-col>
</u-col> -->
<!-- 返回 -->
<u-col :span="12">
<u-button type="error" @click="uni.navigateBack({})">{{ $t('message.po_Return') }}</u-button>
</u-row>