update api abput mine
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="item" @click="toDetailsPage">
|
||||
<image></image>
|
||||
<image :src="info.extend_order_goods[0].goods_image"></image>
|
||||
<view class="goods">
|
||||
<view class="">
|
||||
<view class="">
|
||||
@@ -28,9 +28,8 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
toDetailsPage() {
|
||||
console.log(this.info)
|
||||
uni.navigateTo({
|
||||
url: '/pages/index/details?current=' + this.cur
|
||||
url: '/pages/index/details?id=' + this.info.order_id
|
||||
});
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user