|
|
@@ -295,6 +295,7 @@ export default {
|
|
|
},
|
|
|
confirmFn () {
|
|
|
let currentMiniOpenId = uni.getStorageSync('currentMiniOpenId')
|
|
|
+ uni.showLoading({mask:true})
|
|
|
applyRegister({
|
|
|
hdShopAdminId: this.option.hdShopAdminId,
|
|
|
ghsShopAdminId: this.option.ghsShopAdminId,
|
|
|
@@ -303,6 +304,7 @@ export default {
|
|
|
from: this.option.from || 0,
|
|
|
miniOpenId:currentMiniOpenId
|
|
|
}).then(res => {
|
|
|
+ uni.hideLoading()
|
|
|
this.$util.pageTo({
|
|
|
url: "/pagesClient/official/result",
|
|
|
type: 2,
|