mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-11 22:15:32 +08:00
bug(custom): eCX-7279
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"extEnable": true,
|
||||
"extAppid": "wx1e25e45145b70faa",
|
||||
"extAppid": "wxf7abee400d50e0d0",
|
||||
"ext": {
|
||||
"company_id": "38",
|
||||
"appid": "wx1e25e45145b70faa",
|
||||
"company_id": "5",
|
||||
"appid": "wxf7abee400d50e0d0",
|
||||
"wxa_name": "通用小程序",
|
||||
"ali_isvid":""
|
||||
},
|
||||
|
||||
@@ -98,8 +98,11 @@ function CustomPage(props) {
|
||||
draft.selectType = 'addcart'
|
||||
})
|
||||
} catch (e) {
|
||||
showToast(e.message)
|
||||
Taro.hideLoading()
|
||||
Taro.hideLoading({
|
||||
success: () => {
|
||||
showToast(e.message)
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -248,8 +248,11 @@ function Home() {
|
||||
draft.selectType = 'addcart'
|
||||
})
|
||||
} catch (e) {
|
||||
showToast(e.message)
|
||||
Taro.hideLoading()
|
||||
Taro.hideLoading({
|
||||
success: () => {
|
||||
showToast(e.message)
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -187,8 +187,11 @@ function NavigationIbs() {
|
||||
draft.selectType = 'addcart'
|
||||
})
|
||||
} catch (e) {
|
||||
showToast(e.message)
|
||||
Taro.hideLoading()
|
||||
Taro.hideLoading({
|
||||
success: () => {
|
||||
showToast(e.message)
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -227,8 +227,11 @@ function Home() {
|
||||
draft.selectType = 'addcart'
|
||||
})
|
||||
} catch (e) {
|
||||
showToast(e.message)
|
||||
Taro.hideLoading()
|
||||
Taro.hideLoading({
|
||||
success: () => {
|
||||
showToast(e.message)
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -294,8 +294,11 @@ function StoreIndex() {
|
||||
draft.selectType = 'addcart'
|
||||
})
|
||||
} catch (e) {
|
||||
showToast(e.message)
|
||||
Taro.hideLoading()
|
||||
Taro.hideLoading({
|
||||
success: () => {
|
||||
showToast(e.message)
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user