| | |
| | | </template> |
| | | |
| | | <script> |
| | | import {Base64} from '@/js/Base64.js'; |
| | | import { |
| | | Base64 |
| | | } from '@/js/Base64.js'; |
| | | import utils from "@/js/utils.js" |
| | | import { |
| | | areaFunc |
| | |
| | | url: '../modal/3201?param=' + param + "&titlename=" + appName |
| | | }); |
| | | } |
| | | } else if (defCode == '3202') { |
| | | if (this.isMobox3) { //Mobox3 |
| | | uni.navigateTo({ |
| | | url: '../modal/3202?param=' + param + "&titlename=" + appName |
| | | }); |
| | | } |
| | | } else if (defCode == '5600') { //码盘 |
| | | if (this.isMobox3) { //Mobox3 |
| | | uni.navigateTo({ |
| | |
| | | height: 100vh; |
| | | background: #EAEAEA; |
| | | display: flex; |
| | | |
| | | .area-list { |
| | | width: 100%; |
| | | height: 100%; |
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | width:calc(100% - 40rpx); |
| | | |
| | | .area-name { |
| | | font-size: 40rpx; |
| | | width: 100%; |
| | | padding: 10rpx ; |
| | | } |
| | | |
| | | .app-list { |
| | | width: 100%; |
| | | padding: 0; |
| | | display: flex; |
| | | flex-direction: row; |
| | | flex-wrap: wrap; |
| | | |
| | | .app { |
| | | padding: 20rpx 25rpx 15rpx 25rpx; |
| | | text-align: center; |
| | |
| | | width: 125rpx; |
| | | display: flex; |
| | | flex-direction: column; |
| | | |
| | | .logo { |
| | | height: 105rpx; |
| | | width: 105rpx; |