This commit is contained in:
parent
3572565bb7
commit
438f2bc07c
|
@ -65,7 +65,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<bindPhone :show="showBind" @close="showBind = false" @change="getPhoneNumber" />
|
||||
<modal :show="showOfficial" @close="showOfficial = false" @change="officialCode()" />
|
||||
<modal :show="showOfficial" @close="showOfficial = false" @change="officialCode()" title="您还未绑定公众号" content="需要绑定公众号后才可以接收消息" confirmText="立即绑定" />
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
@ -88,7 +88,7 @@
|
|||
}
|
||||
else{
|
||||
uni.reLaunch({
|
||||
url: '/pageQuota/quotation/detail'
|
||||
url: '/pageQuota/quotation/index'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
@ -96,7 +96,7 @@
|
|||
// 微信公众号绑定
|
||||
const officialCode = ()=>{
|
||||
uni.navigateTo({
|
||||
url: '/pages/code/code',
|
||||
url: `/pages/code/code?id=${userStore.userInfo.id}`,
|
||||
success: () => {
|
||||
let user = userStore.userInfo;
|
||||
user.supplier ? user.supplier.openid = 1 : user.supplier = {};
|
||||
|
|
Loading…
Reference in New Issue