Skip to content

Commit 74e5b6d

Browse files
committed
update: 非小程序端隐藏SDKVersion
1 parent 1d87aa7 commit 74e5b6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/API/get-system-info/get-system-info.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
<input class="uni-input" type="text" :disabled="true" placeholder="未获取" :value="systemInfo.pixelRatio"></input>
100100
</view>
101101
</view>
102+
<!-- #ifdef MP -->
102103
<view class="uni-list-cell">
103104
<view class="uni-pd">
104105
<view class="uni-label" style="width:180px;">基础库版本</view>
@@ -107,6 +108,7 @@
107108
<input class="uni-input" type="text" :disabled="true" placeholder="未获取" :value="systemInfo.SDKVersion"></input>
108109
</view>
109110
</view>
111+
<!-- #endif -->
110112
</view>
111113
<view class="uni-padding-wrap">
112114
<view class="uni-btn-v">

0 commit comments

Comments
 (0)