|
@@ -77,11 +77,6 @@
|
|
|
:src="kdSrc"
|
|
:src="kdSrc"
|
|
|
mode="widthFix"
|
|
mode="widthFix"
|
|
|
></image>
|
|
></image>
|
|
|
- <image
|
|
|
|
|
- @click="pageTo({ url: '/pagesPurchase/order' })"
|
|
|
|
|
- :src="cgSrc"
|
|
|
|
|
- mode="widthFix"
|
|
|
|
|
- ></image>
|
|
|
|
|
</view>
|
|
</view>
|
|
|
<div class="tabs-wrap">
|
|
<div class="tabs-wrap">
|
|
|
<div class="tabs-list" v-for="(item, index) in tabsData" :key="index">
|
|
<div class="tabs-list" v-for="(item, index) in tabsData" :key="index">
|
|
@@ -194,7 +189,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: "采购",
|
|
name: "采购",
|
|
|
- img: `${this.$constant.imgUrl}/ghs/home/qball.png`,
|
|
|
|
|
|
|
+ img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`,
|
|
|
url: "/pagesPurchase/order"
|
|
url: "/pagesPurchase/order"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -276,8 +271,8 @@ export default {
|
|
|
value: 0.00
|
|
value: 0.00
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
- cgSrc: `${this.$constant.imgUrl}/ghs/home/cg.png`,
|
|
|
|
|
- kdSrc: `${this.$constant.imgUrl}/ghs/home/kd.png`
|
|
|
|
|
|
|
+ cgSrc: `${this.$constant.imgUrl}/ghs/home/open_order.png`,
|
|
|
|
|
+ kdSrc: `${this.$constant.imgUrl}/ghs/home/open_order.png`
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
onShareAppMessage(res) {
|
|
onShareAppMessage(res) {
|