This commit is contained in:
xiaozhiyong
2024-08-26 08:48:07 +08:00
parent b01b735ab8
commit 8b948056bf
2 changed files with 88 additions and 71 deletions

View File

@@ -10,7 +10,7 @@
<text class>油站工作人员绑定油站</text>
</view>
</view> -->
<view class="banner text-lg">
<view v-if="!isPad" class="banner text-lg">
欢迎使用星油云站
</view>
<view class="pannel">
@@ -140,6 +140,7 @@
export default {
data() {
return {
isPad:false,
titleText: "",
errMsg: '',
checkUser: false,
@@ -162,6 +163,12 @@
},
created() {
uni.showShareMenu()
uni.getSystemInfo({
success:(res) => {
// console.log('getSystemInfoSync',res)
this.isPad = res.deviceType === 'pad'
}
})
},
methods: {
checkAgree(val) {