介绍
在小程序里使用组件,写样式文件后,提示警告信息: Some selectors are not allowed in component wxss, including tag name selectors......, 如下所示:
.search-bar {
height: 90rpx;
padding: 10px;
background-color: var(--themeColor);
navigator {
height: 100%;
icon {
一、Android与iOS之间的不同(开启蓝牙)
wx.getSystemInfo({
success: function (res) {
var res = wx.getSystemInfoSync();
if (!res.bluetoothEnabled && !res.locationEnabled) {
wx.showModal({
title: '提示',
content: