'!'
This commit is contained in:
@@ -50,13 +50,13 @@ const deliveryList = ref<Array<AnyObject>>([])
|
||||
*/
|
||||
const isInstallWx = ref<boolean>(false)
|
||||
onShow(() => {
|
||||
uni.getProvider({
|
||||
service: 'share',
|
||||
success: function (res) {
|
||||
// res.provider[0] === 'weixin' ? 微信已经安装 : 微信尚未安装
|
||||
isInstallWx.value = res.provider[0] == 'weixin' ? true : false
|
||||
}
|
||||
})
|
||||
// uni.getProvider({
|
||||
// service: 'share',
|
||||
// success: function (res) {
|
||||
// // res.provider[0] === 'weixin' ? 微信已经安装 : 微信尚未安装
|
||||
// isInstallWx.value = res.provider[0] == 'weixin' ? true : false
|
||||
// }
|
||||
// })
|
||||
|
||||
// if (
|
||||
// plus.runtime.isApplicationExist({
|
||||
|
||||
Reference in New Issue
Block a user