|
|
@@ -177,7 +177,7 @@
|
|
|
<view class="box_6 flex-row" v-if="Number(ghsInfo.balance)>0" @click.stop="whyHave()">
|
|
|
<view class="show_clear_area flex-row justify-between">
|
|
|
<image class="icon_2" referrerpolicy="no-referrer" src="/static/lanhu_020105gongyingshangliebiao/ps2pvfa1l5i34w5vqj2k7b3kejml3i3nmrba1421bf-caa2-491b-8773-af413df7e96d.png" />
|
|
|
- <text class="waite_clear_order" @click.stop="balanceChange()">
|
|
|
+ <text class="waite_clear_order" @click.stop="goBalanceChange(ghsInfo)">
|
|
|
可用余额 ¥{{ ghsInfo.balance ? parseFloat(ghsInfo.balance) : 0 }}
|
|
|
</text>
|
|
|
</view>
|
|
|
@@ -428,6 +428,10 @@ export default {
|
|
|
const { id } = item
|
|
|
this.pageTo({url: '/pagesPurchase/bookProduct?id='+id})
|
|
|
},
|
|
|
+ goBalanceChange(info){
|
|
|
+ this.closeToShow()
|
|
|
+ this.pageTo({url: '/admin/ghs/balanceChange?ghsId='+info.id})
|
|
|
+ },
|
|
|
balanceChange(){
|
|
|
this.closeToShow()
|
|
|
this.pageTo({url: '/admin/ghs/balanceChange?ghsId='+this.currentGhs.id})
|