订单详情页部分完成

This commit is contained in:
duan
2024-05-13 09:18:11 +08:00
parent 7c1a4edbaf
commit 1d00f35bc9
7 changed files with 210 additions and 12 deletions

View File

@@ -2,15 +2,16 @@
<view class="title">
<text class="fontStyle">{{info.proName}}</text>
<view class="titleBox">
<image :src="info.proImg" mode="" style="width: 102rpx;height: 102rpx;border-radius: 12rpx 12rpx 12rpx 12rpx;"></image>
<image :src="info.proImg" mode=""
style="width: 102rpx;height: 102rpx;border-radius: 12rpx 12rpx 12rpx 12rpx;"></image>
<view class="ml-20 rightText">
<view >
<view>
{{info.avaTime}}
</view>
<view style="margin-top: 8rpx;">{{info.proDetail}}</view>
</view>
</view>
<view class="moneyStyle">
<view class="moneyStyle" @click="fivecontentclick(info.proId)">
<text class="moneys">{{info.orderAmount}}</text>
<u-icon name="arrow-right" color="#000" size="28"></u-icon>
</view>
@@ -26,7 +27,11 @@
}
},
methods: {
fivecontentclick(proId) {
uni.pro.navigateTo('product/index', {
id: proId
})
},
}
}
</script>
@@ -62,7 +67,8 @@
right: 30rpx;
top: 80rpx;
.df();
.moneys{
.moneys {
font-weight: bold;
font-size: 32rpx;
color: #333333;