| | |
| | | </view>
|
| | | <view class="t2">{{ currentInfo.tel || '暂无电话' }}</view>
|
| | | </view>
|
| | | <view class="name" v-if="!currentInfo.id" open-type="getUserInfo" @click.stop="getUserProfile"
|
| | | <view class="name" v-if="!currentInfo.id" open-type="getUserInfo" @click.stop="toCustomerLogin"
|
| | | style="font-size: 48rpx;margin-top: 16rpx;">
|
| | | <!-- getUserProfile -->
|
| | | {{ '点击登陆' }}
|
| | | </view>
|
| | | <image class="icon-setting" src="../../static/common/icon-setting.png" mode="aspectFit"></image>
|
| | |
| | | </view>
|
| | | <!-- #endif -->
|
| | | <view class="user-utils m-20">
|
| | | <view class="user-util m-t-12 flex" @click="goto('/pages/user/user-info/user-info',true)">
|
| | | <view class="user-util m-t-12 flex" @click="goto('/sub_pages/customer/customer-info/customer-info',true)">
|
| | | <view class="title">个人信息</view>
|
| | | <view class="right-icon">
|
| | | <uni-icons type="right"></uni-icons>
|
| | |
| | | <view class="name" @click="callTel">
|
| | | 客服电话 : <span class="topic-gray">{{ tel }}</span>
|
| | | </view>
|
| | | <view class="right-icon" open-type="contact">
|
| | | <view class="right-icon" open-type="contact">
|
| | | <uni-icons type="right"></uni-icons>
|
| | | </view>
|
| | | </view>
|
| | |
| | | uni.makePhoneCall({
|
| | | phoneNumber: this.tel //仅为示例
|
| | | });
|
| | | }
|
| | |
|
| | |
|
| | | },
|
| | | toCustomerLogin() {
|
| | | uni.navigateTo({
|
| | | url: '/pages/login/supplier-login'
|
| | | })
|
| | | },
|
| | | }
|
| | | }
|
| | | </script>
|