...
|
...
|
@@ -7,7 +7,7 @@ |
7
|
7
|
<view class="number">NO.{{detail.studentNumber}}</view>
|
8
|
8
|
</view>
|
9
|
9
|
<view class="company">
|
10
|
|
- <text>联系电话111</text>
|
|
10
|
+ <text>联系电话</text>
|
11
|
11
|
<text>{{detail.studentPhone || '--'}}</text>
|
12
|
12
|
</view>
|
13
|
13
|
<view class="company">
|
...
|
...
|
|