|
|
@@ -222,7 +222,7 @@ export default {
|
|
|
|
|
|
let platform=uni.getSystemInfoSync().platform
|
|
|
if(platform=='ios'){
|
|
|
- that.$msg('苹果打印即将上线,请用安卓手机打印')
|
|
|
+ that.$msg('开发中,敬请期待')
|
|
|
return false
|
|
|
}
|
|
|
|
|
|
@@ -261,7 +261,7 @@ export default {
|
|
|
|
|
|
let platform=uni.getSystemInfoSync().platform
|
|
|
if(platform=='ios'){
|
|
|
- that.$msg('苹果打印即将上线,请用安卓手机打印')
|
|
|
+ that.$msg('开发中,敬请期待')
|
|
|
return false
|
|
|
}
|
|
|
|