Commit 3724fd80 by yuzhenWang

修改文本

parent 22bedd94
......@@ -10,7 +10,7 @@
<text>{{item.orderNo}}</text>
</view>
<view class="ulBox">
<text>课程名称:</text>
<text>商品名称:</text>
<text>{{item.itemName}}</text>
</view>
<view class="ulBox">
......@@ -22,7 +22,7 @@
<text>{{item.commissionTypeContent}}</text>
</view>
<view class="ulBox">
<text>课程状态:</text>
<text>订单状态:</text>
<text @click="viewDetail(item)" class="dropStatus">{{item.orderStatus}}<i class="iconfont icon-youjiantou" style="margin-left: 5rpx;font-size: 26rpx;"></i></text>
</view>
<view class="ulBox">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment