提交 f420f999 编写于 作者: W wanganxp

措辞细节

上级 04c97724
......@@ -21,7 +21,7 @@
</view>
<view class="uni-list-cell">
<view class="uni-pd">
<view class="uni-label" style="width:180px;">应用版本名</view>
<view class="uni-label" style="width:180px;">App版本名</view>
</view>
<view class="uni-list-cell-db">
<input class="uni-input" type="text" :disabled="true" placeholder="未获取" :value="appVersion"/>
......@@ -29,7 +29,7 @@
</view>
<view class="uni-list-cell">
<view class="uni-pd">
<view class="uni-label" style="width:180px;">应用版本号</view>
<view class="uni-label" style="width:180px;">App版本号VersionCode</view>
</view>
<view class="uni-list-cell-db">
<input class="uni-input" type="text" :disabled="true" placeholder="未获取" :value="appVersionCode"/>
......@@ -53,7 +53,7 @@
</view>
<view class="uni-list-cell">
<view class="uni-pd">
<view class="uni-label" style="width:180px;">是否是UniAppX</view>
<view class="uni-label" style="width:180px;">是否uni-app x</view>
</view>
<view class="uni-list-cell-db">
<input class="uni-input" type="text" :disabled="true" placeholder="未获取" :value="isUniAppX"/>
......
......@@ -99,16 +99,6 @@
<input class="uni-input" type="text" :disabled="true" placeholder="未获取" :value="pixelRatio"/>
</view>
</view>
<!-- #ifdef MP -->
<view class="uni-list-cell">
<view class="uni-pd">
<view class="uni-label" style="width:180px;">基础库版本</view>
</view>
<view class="uni-list-cell-db">
<input class="uni-input" type="text" :disabled="true" placeholder="未获取" :value="SDKVersion"/>
</view>
</view>
<!-- #endif -->
</view>
<view class="uni-padding-wrap">
<view class="uni-btn-v">
......@@ -143,7 +133,8 @@
methods: {
getSystemInfo: function () {
uni.getSystemInfo({
success: (res) => {
success: (res) => {
console.log('SystemInfo: ',res);
this.model = res.model;
this.platform = res.platform;
this.system = res.system;
......
......@@ -38,7 +38,7 @@
</view>
<view class="uni-padding-wrap">
<view class="uni-btn-v">
<button type="primary" @tap="getSystemSetting">获取设备设置</button>
<button type="primary" @tap="getSystemSetting">获取系统设置</button>
</view>
</view>
</view>
......
......@@ -173,7 +173,7 @@
url: "get-app-base-info",
},
{
name: "获取设备设置",
name: "获取系统设置",
url: "get-system-setting",
},
{
......@@ -278,7 +278,7 @@
open: false,
pages: [
{
name: "图片预览",
name: "图片选择和预览",
url: "preview-image",
},
/* {
......@@ -310,11 +310,6 @@
name: "保存媒体到本地",
url: "save-media",
}, */
{
name: "动态加载字体",
url: "load-font-face",
enable:false
},
] as Page[],
},
{
......
......@@ -46,6 +46,13 @@
return {
list: [
{
id: "long-list",
url: "long-list",
name: "复杂长列表",
open: false,
enable: false,
pages: [] as Page[]
},{
id: "scroll-fold-nav",
url: "scroll-fold-nav",
name: "随滚动折叠的导航栏",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册