Merge branch 'main' into i18n
This commit is contained in:
commit
00443050be
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "unibest",
|
||||
"type": "commonjs",
|
||||
"version": "2.14.0",
|
||||
"version": "2.15.0",
|
||||
"description": "unibest - 最好的 uniapp 开发模板",
|
||||
"update-time": "2025-06-17",
|
||||
"author": {
|
||||
|
@ -8,20 +8,13 @@
|
||||
</route>
|
||||
|
||||
<template>
|
||||
<view class="py-3">
|
||||
<view
|
||||
class="bg-white overflow-hidden pt-2 px-4"
|
||||
:style="{ marginTop: safeAreaInsets?.top + 'px' }"
|
||||
>
|
||||
<view>
|
||||
<view class="text-center text-3xl mt-8">
|
||||
鸽友们好,我是
|
||||
<text class="text-red-500">菲鸽</text>
|
||||
</view>
|
||||
<!-- <button @click="toSubPage()">去分包</button> -->
|
||||
<view class="test-css">测试 scss 样式</view>
|
||||
<RequestComp />
|
||||
<UploadComp />
|
||||
</view>
|
||||
<view class="text-center">
|
||||
<wd-button @click="gotoI18nPage()">去I18n页面</wd-button>
|
||||
</view>
|
||||
@ -34,11 +27,6 @@ import UploadComp from './components/upload.vue'
|
||||
|
||||
// 获取屏幕边界到安全区域距离
|
||||
const { safeAreaInsets } = uni.getSystemInfoSync()
|
||||
const toSubPage = () => {
|
||||
uni.navigateTo({
|
||||
url: '/pages-sub/demo/index',
|
||||
})
|
||||
}
|
||||
|
||||
const gotoI18nPage = () => {
|
||||
uni.navigateTo({
|
||||
|
Loading…
x
Reference in New Issue
Block a user