Compare commits
4 Commits
735e91b8b2
...
8167f71bfd
Author | SHA1 | Date |
---|---|---|
|
8167f71bfd | |
|
95431d4bd6 | |
|
ece51bf8d8 | |
|
af0d0b8ef8 |
|
@ -35,7 +35,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="b-bottom">
|
<view class="b-bottom">
|
||||||
<view class="pro">
|
<view class="pro">
|
||||||
<view class="loss">
|
<view class="loss" :style="{left: `-${100-info.spring_subsidy_rate}%`}">
|
||||||
<image class="image" src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/f805f20240229155704834.webp"></image>
|
<image class="image" src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/f805f20240229155704834.webp"></image>
|
||||||
<view class="text">{{info.spring_subsidy_rate}}%</view>
|
<view class="text">{{info.spring_subsidy_rate}}%</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -286,14 +286,14 @@
|
||||||
this.mer_id = e.mer_id
|
this.mer_id = e.mer_id
|
||||||
this.userInfo = this.$store.state.app.userInfo;
|
this.userInfo = this.$store.state.app.userInfo;
|
||||||
if(typeof this.userInfo == 'string') this.userInfo = JSON.parse(this.userInfo);
|
if(typeof this.userInfo == 'string') this.userInfo = JSON.parse(this.userInfo);
|
||||||
if(this.userInfo.mer_info.type_code=='PersonalStore'){
|
// if(this.userInfo.mer_info.type_code=='PersonalStore'){
|
||||||
this.goodsData = [{
|
// this.goodsData = [{
|
||||||
name: '农产品入库',
|
// name: '农产品入库',
|
||||||
type: 4,
|
// type: 4,
|
||||||
// src: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/saoma.png'
|
// // src: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/saoma.png'
|
||||||
src: '/static/images/SMRK/nong.png'
|
// src: '/static/images/SMRK/nong.png'
|
||||||
}]
|
// }]
|
||||||
}
|
// }
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue