提交
This commit is contained in:
parent
18dc0380f6
commit
d83f42d1e5
|
|
@ -236,10 +236,6 @@
|
|||
|
||||
<template v-else>
|
||||
<view class="pay-type" @click="changePay('useIntegral')">
|
||||
<!-- <view class="icon">
|
||||
<image :src="$img('/static/img/pay_type1.png')" lazy-load></image>
|
||||
</view> -->
|
||||
|
||||
<view class="title flex align-center">
|
||||
使用{{$config.getAppSetting('currency1_name')}}抵扣¥{{ orderData.use_integral_money }}
|
||||
<text
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
</view>
|
||||
|
||||
<view class="other-item" @click="$c.to({ url: '/pages/user/jf_jl' })">
|
||||
<view class="num" style="color: #333333;">{{ userinfo.score || 0 }}</view>
|
||||
<view class="num" style="color: #333333;">{{ userinfo.money2 || 0 }}</view>
|
||||
<view class="title">{{$config.getAppSetting('currency2_name')}}</view>
|
||||
</view>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user