We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d87aa7 commit 74e5b6dCopy full SHA for 74e5b6d
pages/API/get-system-info/get-system-info.vue
@@ -99,6 +99,7 @@
99
<input class="uni-input" type="text" :disabled="true" placeholder="未获取" :value="systemInfo.pixelRatio"></input>
100
</view>
101
102
+ <!-- #ifdef MP -->
103
<view class="uni-list-cell">
104
<view class="uni-pd">
105
<view class="uni-label" style="width:180px;">基础库版本</view>
@@ -107,6 +108,7 @@
107
108
<input class="uni-input" type="text" :disabled="true" placeholder="未获取" :value="systemInfo.SDKVersion"></input>
109
110
111
+ <!-- #endif -->
112
113
<view class="uni-padding-wrap">
114
<view class="uni-btn-v">
0 commit comments