1111111111
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<!-- <text style="font-size: 12px;color: #666;">{{item.goodsName}}</text>
|
||||
<text style="font-size: 12px;color: #666;">{{item.remarks}}</text> -->
|
||||
|
||||
<view style="display: flex;flex-direction: row;align-items: center;box-sizing: border-box;">
|
||||
<view style="display: flex;flex-direction: row;align-items: center;box-sizing: border-box;" @click="itemClick(item.goodsSid)">
|
||||
|
||||
<image :src="item.goodsPicUrl" mode="aspectFill"
|
||||
style="width: 90px;height: 90px;border-radius: 10px;flex-shrink: 0;"></image>
|
||||
@@ -146,6 +146,11 @@
|
||||
colseDialog() {
|
||||
this.showModal = false
|
||||
},
|
||||
itemClick(goodsSid) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/good/goodsDetail?sid=' + goodsSid
|
||||
})
|
||||
},
|
||||
getData() {
|
||||
let _this = this
|
||||
_this.$api.getTransferByCode(this.page.code).then((resp) => {
|
||||
|
||||
Reference in New Issue
Block a user