|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view style="padding-top: 300rpx;">
|
|
<view style="padding-top: 300rpx;">
|
|
|
- <view v-if="userInfo&&userInfo.mobile" class="phone">{{userInfo.mobile.substring(0,3)}}****{{userInfo.mobile.substring(userInfo.mobile.length-4,userInfo.mobile.length)}}</view>
|
|
|
|
|
- <view v-else class="phone">绑定工号</view>
|
|
|
|
|
|
|
+ <!-- <view v-if="userInfo&&userInfo.mobile" class="phone">{{userInfo.mobile.substring(0,3)}}****{{userInfo.mobile.substring(userInfo.mobile.length-4,userInfo.mobile.length)}}</view> -->
|
|
|
|
|
+ <view class="phone">绑定工号</view>
|
|
|
|
|
|
|
|
<view class="input-box" style="margin-bottom: 30rpx;">
|
|
<view class="input-box" style="margin-bottom: 30rpx;">
|
|
|
<input v-model="saleNo" placeholder-class="input-placeholder" placeholder="请输入工号"/>
|
|
<input v-model="saleNo" placeholder-class="input-placeholder" placeholder="请输入工号"/>
|