File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1313 </view>
1414 </view>
1515 <!-- #ifdef APP-PLUS -->
16- <view v-if="platform==='ios'" class="uni-form-item uni-column">
16+ <view v-if="platform==='ios'&&!isNvue " class="uni-form-item uni-column">
1717 <view class="title"><text class="uni-form-item__title">隐藏 iOS 软键盘上的导航条</text></view>
1818 <view class="uni-input-wrapper">
1919 <input class="uni-input" placeholder="触摸其他地方收起键盘" @focus="onFocus" @blur="onBlur" />
121121 changeValue: '',
122122 showPassword: true,
123123 src: '../../../static/eye-1.png',
124- platform: ''
124+ platform: '',
125+ isNvue: false,
125126 }
126127 },
127128 methods: {
167168 },
168169 onLoad() {
169170 this.platform = uni.getSystemInfoSync().platform
171+ // #ifdef APP-PLUS-NVUE
172+ this.isNvue = true
173+ // #endif
170174 }
171175 }
172176</script>
You can’t perform that action at this time.
0 commit comments