新增首页园区和商户的交互
This commit is contained in:
@@ -142,6 +142,7 @@ export const showLoading = async (options = {}) => {
|
||||
export const hideLoading = async () => {
|
||||
return new Promise((resolve, reject) => {
|
||||
wx.hideLoading({
|
||||
noConflict: true,
|
||||
success: () => {
|
||||
resolve()
|
||||
}
|
||||
|
Reference in New Issue
Block a user