Commit 0797d2d6 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent c682238f
...@@ -205,15 +205,15 @@ ...@@ -205,15 +205,15 @@
} }
}, },
showPayDialog() { showPayDialog() {
let isIOS = wx.getSystemInfoSync().platform; // let isIOS = wx.getSystemInfoSync().platform;
if (isIOS === 'ios') { // if (isIOS === 'ios') {
uni.showToast({ // uni.showToast({
title: '暂不支持IOS系统', // title: '暂不支持IOS系统',
icon: 'none' // icon: 'none'
}) // })
return // return
} // }
this.$nextTick(() => { this.$nextTick(() => {
// 延迟渲染,否则位置错乱 // 延迟渲染,否则位置错乱
......
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