1111111111

This commit is contained in:
2024-03-10 19:50:22 +08:00
parent 11fad13f23
commit 7a7da3c558
13 changed files with 50 additions and 26 deletions

View File

@@ -17,7 +17,7 @@
<view v-for="(item,index) in data.ordOrderDetails"
style=" display: flex;flex-direction: row;align-items: center; margin-bottom: 15px;">
<image :src="item.picUrl" style="width: 70px;height: 70px;border-radius: 15px;" mode="scaleToFill">
<image :src="item.picUrl" @click="itemClick(item.goodsSid)" style="width: 70px;height: 70px;border-radius: 15px;" mode="scaleToFill">
</image>
<view style="margin-left: 10px;display: flex;flex-direction: column;flex: 1;">
@@ -25,7 +25,7 @@
<view style="display: flex;flex-direction: row;width: 100%;">
<text
style="flex: 1;font-weight: 600;font-family: sans-serif;font-size: 14px;">{{item.goodsName}}</text>
style="flex: 1;font-weight: 600;font-family: sans-serif;font-size: 14px;" @click="itemClick(item.goodsSid)">{{item.goodsName}}</text>
<text
style="font-weight: 600;font-family: sans-serif;font-size: 14px;">{{item.pricePart}}</text>
</view>
@@ -168,8 +168,12 @@
this.request()
},
methods: {
itemClick(goodsSid) {
uni.navigateTo({
url: '/pages/good/goodsDetail?sid=' + goodsSid
})
},
// 获取数据
request() {
let _this = this

View File

@@ -16,7 +16,7 @@
<view class="item-top" style="margin-left: 16px;margin-right: 16px;">
<text class="item-top-code">预约单号{{item.reserveCode}}</text>
<text class="item-top-code">预约单号{{item.newCode}}</text>
<text class="item-top-state">{{item.stateValue}}</text>
</view>

View File

@@ -16,7 +16,7 @@
<view class="item-top" style="margin-left: 16px;margin-right: 16px;">
<text class="item-top-code">预约单号{{item.reserveCode}}</text>
<text class="item-top-code">预约单号{{item.newCode}}</text>
<text class="item-top-state">{{item.stateValue}}</text>
</view>
<view

View File

@@ -9,7 +9,7 @@
<view class="item">
<text class="item_left">转赠单号</text>
<text class="item_rifht">{{item.transferCode}}</text>
<text class="item_rifht">{{item.newCode}}</text>
</view>
<view class="item">
<text class="item_left">转赠时间</text>

View File

@@ -9,7 +9,7 @@
<view class="item">
<text class="item_left">转赠单号</text>
<text class="item_rifht">{{item.transferCode}}</text>
<text class="item_rifht">{{item.newCode}}</text>
</view>
<view class="item">
<text class="item_left">转赠时间</text>