Commit 8b9c2460 by 姜雷

Merge branch 'develop' into test

parents 69129737 6b4386ed
...@@ -245,7 +245,7 @@ class Pay extends Component { ...@@ -245,7 +245,7 @@ class Pay extends Component {
.catch(err => { .catch(err => {
Taro.showModal({ Taro.showModal({
title: '温馨提示', title: '温馨提示',
content: '为保障正常使用,请打开蓝牙设备!', content: '为了更好的体验本次服务,请打开手机蓝牙!',
}); });
console.error(err); console.error(err);
Taro.onBluetoothAdapterStateChange(res => { Taro.onBluetoothAdapterStateChange(res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment