| | |
| | | <view class="flex flex-wrap-normal" >
|
| | | <image class="icon-clock m-r-6 m-t-2" src="../../static/common/icon-call.png"></image> |
| | | <!-- @click="callTel" --> |
| | | <button open-type="contact" |
| | | class="component-button-contact" |
| | | @handleContact="handleContact"> |
| | | <button open-type="contact" class="component-button-contact" @handleContact="handleContact">
|
| | | <view class="name"> |
| | | 客服电话 : <span class="topic-gray">{{ tel }}</span> |
| | | </view> |
| | |
| | | that.$message.hideLoading()
|
| | | if (code == 0) {
|
| | | that.$message.showToast(`绑定合伙人${partnerName}成功`)
|
| | | setTimeout(() => {
|
| | | that.$message.showLoading()
|
| | | await that.$store.dispatch('getCurrentInfo')
|
| | | that.$message.hideLoading()
|
| | | }, 300)
|
| | |
|
| | | }
|
| | | } else {
|
| | | that.$message.showToast('二维码格式不正确扫码失败')
|
| | | }
|
| | | } catch (e) {
|
| | | that.$message.showToast('二维码格式不正确扫码失败')
|
| | | that.$message.showToast('二维码扫码错误')
|
| | | }
|
| | | },
|
| | | fail() {
|