update api abput mine

This commit is contained in:
cmxdd
2020-07-30 09:41:08 +08:00
parent dbffca53c8
commit 70e848cbbb
7 changed files with 221 additions and 94 deletions

View File

@@ -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
});
},
},