|
@@ -2,7 +2,7 @@
|
|
|
<view>
|
|
|
<view>
|
|
|
<view>
|
|
|
- <up-tag text="默认" type="error"></up-tag>
|
|
|
+ <up-tag text="标签" type="error" style="width: 40rpx; height: 30rpx;"></up-tag>
|
|
|
<view>
|
|
|
{{listData.address.area}}
|
|
|
</view>
|
|
@@ -41,7 +41,7 @@
|
|
|
</up-card>
|
|
|
<up-card title="证书" :head-style="{ height: '80rpx', padding: '20rpx',}">
|
|
|
<template #body>
|
|
|
- <image src="../../static/zhiyuanzhe.jpg" mode="" style="width: 100%;"></image>
|
|
|
+ <image src="../../../static/zhiyuanzhe.jpg" mode="" style="width: 100%;"></image>
|
|
|
</template>
|
|
|
</up-card>
|
|
|
</view>
|
|
@@ -51,7 +51,7 @@
|
|
|
<up-list-item v-for="(item, index) in listData.secondOrderList" :key="index">
|
|
|
<view class="Wrap-top">
|
|
|
<text>第一节课</text>
|
|
|
- <text>{{listData.secondOrderList.createTime}}</text>
|
|
|
+ <text>{{item.createTime}}</text>
|
|
|
</view>
|
|
|
<view class="list-item">
|
|
|
<image src="/static/img/dd.png" mode="aspectFill" class="item-image"></image>
|
|
@@ -59,7 +59,7 @@
|
|
|
<view class="item-info">
|
|
|
<view class="info-line">姓名:王麻子</view>
|
|
|
<view class="info-line">类别:刨土豆</view>
|
|
|
- <view class="info-line">技能介绍:{{listData.secondOrderList.remark}}</view>
|
|
|
+ <view class="info-line">技能介绍:{{item.remark}}</view>
|
|
|
</view>
|
|
|
<view class="item-right">
|
|
|
<view class="rating">评分:9.5</view>
|