cosmoim-852 fix 备件上架确认按钮隐藏

master
guoshuang 2 years ago
parent 08c6c55ee7
commit 99a74b50d1

@ -173,7 +173,7 @@ export default class LoginPage extends BasePage {
// //
this.Version = '1.1.40'; this.Version = '1.1.40';
} else { } else {
this.Version = '1.0.54'; this.Version = '1.0.55';
} }
console.log('////', this.Version); console.log('////', this.Version);
} }

@ -54,11 +54,11 @@
<view class="bottom-bar"> <view class="bottom-bar">
<u-row class="button-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-button type="primary">{{ $t('message.workArea_Confirm') }}</u-button>
</u-col> </u-col> -->
<!-- 返回 --> <!-- 返回 -->
<u-col :span="6"> <u-col :span="12">
<u-button type="error" @click="uni.navigateBack({})">{{ $t('message.po_Return') }}</u-button> <u-button type="error" @click="uni.navigateBack({})">{{ $t('message.po_Return') }}</u-button>
</u-col> </u-col>
</u-row> </u-row>

Loading…
Cancel
Save