|
|
@@ -273,12 +273,14 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
confirmFn () {
|
|
|
+ let currentMiniOpenId = uni.getStorageSync('currentMiniOpenId')
|
|
|
applyRegister({
|
|
|
hdShopAdminId: this.option.hdShopAdminId,
|
|
|
ghsShopAdminId: this.option.ghsShopAdminId,
|
|
|
...this.form,
|
|
|
style: this.option.style || 0,
|
|
|
- from: this.option.from || 0
|
|
|
+ from: this.option.from || 0,
|
|
|
+ miniOpenId:currentMiniOpenId
|
|
|
}).then(res => {
|
|
|
this.$util.pageTo({
|
|
|
url: "/pagesClient/official/result",
|