|
|
@@ -82,7 +82,7 @@
|
|
|
<view class="list_item" v-for="(ghsInfo, index) in supplierList" :key="index">
|
|
|
<view class="store_name">
|
|
|
<image :src="ghsInfo.avatar"></image>
|
|
|
- <view class="store_title">{{ghsInfo.name}}</view>
|
|
|
+ <view class="store_title" @click="enterShop(ghsInfo)">{{ghsInfo.name}}</view>
|
|
|
<view class="accumulative"></view>
|
|
|
</view>
|
|
|
|
|
|
@@ -214,7 +214,7 @@ export default {
|
|
|
return false
|
|
|
}
|
|
|
const { id } = item
|
|
|
- this.pageTo({url: '/pagesPurchase/ghsProduct?id='+id,type:2})
|
|
|
+ this.pageTo({url: '/pagesPurchase/ghsProduct?id='+id})
|
|
|
},
|
|
|
settleAccounts (item) {
|
|
|
this.pageTo({ url: '/pagesPurchase/gathering?id='+item.id})
|