提交 f420f999 编写于 作者: W wanganxp

措辞细节

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